1. extract file or Unzip the downloaded file to C:\Program Files or other patch.
2. Create Shortcut or if you using windows 7 pin to start menu
3. Run eclipse ,
Then set the default installed JRE to Java 1.6 :
- Open the Eclipse Preferences Pane (Window -> Preferences) and go to the Java >> Installed JREs subpane.
- Check the JRE 1.6.0_<version> as the default (where <version> is a two digit number representing the version number that you downloaded and installed). Click OK to save the settings.
public class myapp {
public static void main(String[] args) {
System.out.println("My first application");
}
}
Save then run the program , if succes now you can use it to coding.

3:23 AM
1code
Posted in:
0 comments:
Post a Comment