+ 1
I cannot run the exampleprogram.java created using notepad.
7 Réponses
+ 3
if u have installed the jdk u can compile it opening ur cmd, going to the directory that u saved ur file in and then execute command "javac filename.java" to compile it, to run it u just do "java filename"
+ 2
cd Documents, press enter
javac exampleprogram.java, press enter
java exampleprogram, press enter
+ 1
did u compile it?
+ 1
i cannot compile nothing happens when i try to compile. How to compile?
+ 1
i have saved it in c:\Users\HP\Documents\ExampleProgram.java
but the cmd itself opens with c:\Users\HP> how to compile can u help
0
when you open cmd.. type
cd Documents and press enter..
and then compile the java program.. using javac ExampleProgram.java and finally use java ExampleProgram
0
error occured says class names,'MyClass',are only accepted if annotation processing is explicitly requested