+ 1
How to run java
i don't know java rune can you tall me please
2 Respuestas
+ 11
You mean how to run java programm if yes then go to your profile section than click on code section in that section you can easliy creat a code and run it.
+ 2
Running a Java file depends on the file where you want.
If you want to run Java file in command prompt then you must compile the file using
javac filename.java
Then if there are no errors then you can use the following command to run the Java file
java filename
In other applications or websites we don't need to write the commands we can simply choose the option run to execute the file