Changes

Jump to navigation Jump to search
2 bytes added ,  07:48, 28 November 2017
Line 1: Line 1:  
All the code can be found at: [https://github.com/rafahsolis/javaTutorial javaTutorial]
 
All the code can be found at: [https://github.com/rafahsolis/javaTutorial javaTutorial]
 
== Install ==
 
== Install ==
=== With apt ==
+
=== With apt ===
 
  <nowiki>sudo apt-add-repository ppa:webupd8team/java
 
  <nowiki>sudo apt-add-repository ppa:webupd8team/java
 
sudo apt-get update
 
sudo apt-get update
Line 15: Line 15:  
  update-alternatives --display java
 
  update-alternatives --display java
 
  update-alternatives --display javac
 
  update-alternatives --display javac
 +
 
== hello world ==
 
== hello world ==
 
<source lang="java">
 
<source lang="java">

Navigation menu