Getting Started
- 
6. Setting up JAVA_HOMESetting JAVA_HOME User Environment Variable (Optional). Edit the Bash environment Configuration file: nano $HOME/.bashrc Append: export JAVA_HOME=/usr/lib/jvm/jdk1.7[uX] Replace the [uX] Looking for the Installed Java 7 Version with: ls /usr/lib/jvm/ Ctr+x to Save & Exit from nano Editor :) 
 Next to Load the New Bash Environment:bash 
- 
7. Testing Oracle JDK 7 InstallationFinally, to Test Oracle JDK 7 Installation 
 Simply play:java -version 
- 
8. Oracle JDK 7 Getting Started GuideGetting Started with Java Development. 
Now Thanks to Oracle-Sun Corporation you are able to Successfully Start with Java JDK Use & Development.
Contents
