Answers for "compile java file terminal"

3

how to run a java file in terminal

javac FirstJavaProgram.java
Posted by: Guest on August-25-2020
0

how to compile a java program in terminal

//Change directory into where all the java files are
javac *.java
//Chagne direcotry into com
java com.company.Main
Posted by: Guest on October-06-2021

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language