Differences between version 5 and previous revision of InstallJDK.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 5 | Last edited on Monday, March 5, 2007 6:30:13 pm | by BenStaz | Revert |
Older page: | version 4 | Last edited on Sunday, March 4, 2007 3:37:37 pm | by BenStaz | Revert |
@@ -49,6 +49,23 @@
!For those who wish to use the [Eclipse] IDE.
*sudo aptitude install eclipse
+
+Start up eclipse with the command
+
+*eclipse &
+
+Head to your workbench and then ''File --> New --> Project''
+Choose ''java project''. and click next.
+
+!In the ''JRE'' section, if your default is not set at ''java-6-sun-1.6.0.00''
+Click ''configure JREs''
+Click the add button and browse to ''/usr/lib/jvm''
+Choose ''java-6-sun-1.6.0.00'' (There may be some other symbolic links you can choose also) and click OK.
+Make sure that java-6-sun-1.6.0.00 has a tick next to it.
+
+Good now we will set up the JDK compliance Level.
+Click the dropdown box next to the text ''compiler compliance level'' and choose 6.0.
+Click OK.
You should be all ready to start coding in java!