Sorry I’m new to sublime… when I try to compile this code
public class Test{
public static void main(String] args){
System.out.println(“test”);
}
}
I get
C:\Users\User\Desktop\public class Test{.java:1: error: class Test is public, should be declared in a file named Test.java
public class Test{
^
1 error
[Finished in 1.4s]
back… whats the problem? the file is named Test.java