Penguin

Differences between version 2 and previous revision of InstallJDK.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Sunday, March 4, 2007 3:27:52 pm by BenStaz Revert
Older page: version 1 Last edited on Sunday, March 4, 2007 3:25:11 pm by BenStaz Revert
@@ -9,10 +9,12 @@
 *sudo vim /etc/apt/sources.list 
  
 Make sure the following two lines are not commented out: 
  
+<verbatim>  
 deb http://nz.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse 
 deb-src http://nz.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse 
+</verbatim>  
  
 Save the sources.list. 
  
 Now we need to update our list of available packages from the apt sources. 
@@ -36,4 +38,6 @@
  
 *sudo update-alternatives --config javac 
  
 Once again select the alternative with ''java-6-sun'' in the path. 
+  
+You should be all ready to start coding in java!