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
In questa pagina del sito puoi guardare il video online How To Compile And Run Java Program In Ubuntu Linux della durata di ore minuti seconda in buona qualità , che l'utente ha caricato DevTech Solutions 04 aprile 2017, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 42,678 volte e gli è piaciuto 408 spettatori. Buona visione!