I have an project in GitHub and have some class.
I want to run a simple code.
public class team_32 {
public static void main(String[] args) {
System.out.println("hi");
}
But i face to this error.
I search in post of this error and do some guidance but this error is still.
this is some post I check :
Error "ClassNotFoundException" in IntelliJ IDEA
Intellij suddenly throwing ClassNotFoundException
please help me.
Exception:
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:123)