+ 3
How to compile the first basic code?
I entered the code into notepad, but unable to operate it into the command prompt and execute. How to execute it into command prompt or any other platform?
3 Respuestas
+ 21
for compilation on command prompt
type javac filename.java
+ 14
Any error messages?
Just to be sure: Did you install jdk and set the path in the system environment?
+ 2
for java the best thing you can do is installing eclipse.
that will make life easy for you,