Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question Error when opening RM in IntellJ

Joined
Aug 7, 2015
Messages
28
So when spectre came out i cant run RM in IntellJ is something about about Run configurations changed?
I still use :
com.runemate.Boot
and it produces error:
Exception in thread "main" java.lang.ClassNotFoundException: com.runemate.Boot
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:113)

Any ideas what i do wrong?


Answered in slack thanks to Savior.
 
Last edited:
Top