How to fix Java Erorr Message -
i installed java on pc when run java program says error.i tried following code
public class main { public static void main(string[] args) { system.out.print("this example..."); } }
the code have not have problem @ all.
public class main { public static void main(string[] args) { system.out.print("this example..."); } }
possible error filename.java, make sure main.java
because classname must identical file name.
Comments
Post a Comment