I already tried: Could not locate or load the main class file.java
I'm starting to learn how to use java.
Code:
class main {
public static void main (String[]args){
System.out.println("Ola mundo");
}
}
I already tried: Could not locate or load the main class file.java
I'm starting to learn how to use java.
Code:
class main {
public static void main (String[]args){
System.out.println("Ola mundo");
}
}