+ 1
What is the extention of file after compilation in java
Like. Java
7 Respostas
+ 12
to compile a java file type- filename.java
to run a java file type- java filename
your filename must be same as your classname
+ 11
.class
+ 10
Please try to repeat SoloLearn's Java course, Basic Concepts > Running a Java Program.
The instructions are quite clear, better than I could type them here.
If you're stuck in some place, let us know, what your problem is in detail and add the error message, if any. Thx!
+ 1
Could you please tell me all the steps from compilation to run like
0
.class
0
when I compile I compile to a runnable .jar file.. then depending what my end game is, I might run it thru JSMOOTH to make it an exe. usually only bother if I want a custom icon instead of the coffee cup