Currently the most popular programming with java programming language. Where all applications can be made could be used in a variety of platforms, whether it be a desktop application, web, and mobile.
Java programming course can be done also from the Linux Operating System. Linux that I use is Ubuntu 10.04 LTS. To make programming with java from linux itself requires an editor to write source code.
Many editors java in Linux, but the most widely used by developers today is Netbeans. Netbeans is a complete java editor and of course free or free from Oracle. Also necessary to install Netbeans JDK (Java Development Kit) that must be installed first.
To download the JDK and the Netbeans for Linux can be obtained at the following link: http://www.oracle.com/technetwork/java/javase/downloads/index.html, To be able to download it we must first have an account on oracle, making free accounts .
The first time is the JDK should be installed its first, following JDK installation process in Ubuntu:
Dony: ~ / temp / netbeans $ ./jdk-6u22-linux-i586.binUnpacking ...Checksumming ...Extracting ...UnZipSFX 5:50 of 17 February 2002, by Info-ZIP (Zip-Bugs@lists.wku.edu).creating: jdk1.6.0_22 /creating: jdk1.6.0_22/jre /creating: jdk1.6.0_22/jre/bin /inflating: jdk1.6.0_22/jre/bin/javainflating: jdk1.6.0_22/jre/bin/keytoolinflating: jdk1.6.0_22/jre/bin/policytool- Cut -Creating jdk1.6.0_22/jre/lib/plugin.jarCreating jdk1.6.0_22/jre/lib/javaws.jarCreating jdk1.6.0_22/jre/lib/deploy.jar
Java (TM) SE Development Kit 6 successfully installed.
Product Registration is FREE and includes many benefits:
* Notification of new versions, patches, and updates
* Special offers on Sun products, services and training
* Access to early releases and documentation
Products and systems will from some of the collected data. If your configuration
supports a browser, the Sun Product Registration Form for
The JDK will from be presented. If you do not register, none of
this information will of be saved. You May Also register your
JDK register.html later by opening the file (located in
the JDK installation directory) in a browser.
For more information on what data and collects Registration
how it is managed and Used, see:
http://java.sun.com/javase/registration/JDKRegistrationPrivacy.html
Press Enter to continue ... ..
Done.
Once completed the installation of JDK, then proceed to install Netbeans, the following example:
Dony: ~ / temp / netbeans $ ./netbeans-6.9.1-ml-linux.shConfiguring the installer ...Searching for JVM on the system ...Extracting installation data ...Running the installer wizard ...

Then select the components that will be installed, if I select the default course


Wait until finish the installation process Netbeans

Here's the view after a successful install Netbeans::


And Then Netbean Ready to use.
Browsing Website Melalui Terminal/Console Linux Ubuntu

Browsing a website on linux not only be done through GUI (Graphic) alone, but can also be done through linux terminal or console themselves by making use of additional programs again that "links2 and elinks". But there are some Linux distributions already include the program.
This will certainly be very useful for the linux server admins who often deal with Linux without a GUI at all. Besides, these two programs are very efficient and would require less memory space of your disk.
Since I use Ubuntu, then both this software "links2 and elinks" can be installed from synaptic or ubuntu software center. If you want to install from the terminal, please type the following command:
$ Sudo apt-get install elinks links2
From the looks of opening a website, both programs have nearly the same output, the difference is only slight.
The following display links2

and this is the view of elinks

and this is the view of elinks
Try to find the difference .. :) Oh yes, because the browser is run from a terminal or console displayed only the text content of the website is opened. So do not expect to see images or other multimedia content.
I hope I hope to increase knowledge in the world of linux and make friends all useful.
8:53 AM
admin

0 comments:
Post a Comment