How to start java???
There are few program that you can write java language. Before you start writing java language, you need to use Netbeans, Jcreator or notepad in order to write java language. Every java program that you write, you need to compile it in order to execute the application that you write. You need to download JDK and install it. This program allow you to compile the application that you write.

After you install the software, go to your control panel>system.

Click advanced system settings and click environment variables(below).

Then find ''Path'' on system variables which is the box below.

Click edit and place " ;C:\Program Files\Java\jdk1.5.0_17\bin " next to it.

Now you can start compile your .java file and execute the application.

0 Comments:

Post a Comment