0
.java to .class issues
when doing the "hello world" code and compiling to .class this shows up ExampleProgram.java:1: error: error while writing ExampleProgram: ExampleProgram .class (Access is denied) public class ExampleProgram { ^ 1 error
2 Respuestas
0
is the name of class same with file name?!! bcs compiler does not accept it...
0
check the curly braces