How to compile and run a java program using openjdk on ubuntu GNU linux.
1) Open the terminal using Ctrl-Alt-t
2) Install open JDK by typing
sudo apt-get install openjdk-8-jdk
3) Enter the name of the text editor followed by the name of the file:
gedit filename.java
4) Type in the program and save
5) Enter javac filename.java to compile the program
6) Finally enter java followed by the class which contain the main function to run the program
java ClassName
How to Compile Java Program in .class file or byte code and run it through terminal or cmd in linux or windows.
To Compile the Java Program :
javac filename.java
To Run the program :
java ClassFilename
Auf dieser Seite können Sie das Online-Video How To Compile And Run Java Program In Ubuntu Linux mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer DevTech Solutions 04 April 2017 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 42,678 Mal angesehen und es wurde von 408 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!