How To Compile And Run Java Program In Ubuntu Linux

Publicado el: 04 abril 2017
en el canal de: DevTech Solutions
42,678
408

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


En esta página del sitio puede ver el video en línea How To Compile And Run Java Program In Ubuntu Linux de Duración hora minuto segunda en buena calidad , que subió el usuario DevTech Solutions 04 abril 2017, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 42,678 veces y le gustó 408 a los espectadores. Disfruta viendo!