Getting ClassNotFoundException
in the following code, if someone had something similar please help.
package paket;
public class Klasa1 {
public static void main(String[] args) {
System.out.println("JEBI ME");
}
}
That's the error I get: