http://jnnctechnologies.com/
- From Terminal install open jdk sudo apt-get install openjdk-7-jdk.
- Write a java program and save the file as filename.java.
- Now to compile use this command from the terminal javac filename.java. ...
- To run your program that you've just compiled type the command below in terminal: java filename.
0 Comments
If you have any doubts,please let me know