1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Question Error when opening RM in IntellJ

Discussion in 'Developer Support' started by greyb3ast, Apr 25, 2016.

  1. greyb3ast

    Joined:
    Aug 7, 2015
    Messages:
    28
    Likes Received:
    3
    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.
     
    #1 greyb3ast, Apr 25, 2016
    Last edited: Apr 26, 2016

Share This Page

Loading...