why do I get this error when I log in to the specter 2.0 client
Unable to locate "/Users/MikeISanAPPLE/IdeaProjects/Runemate/out/production/Runemate/com/com/bashbro900/bots/testbot/testbot.class".
I followed the guide to the tee the tutorial has the SAME as me.
where do I download a JRE?
Link me please. SO i don't make a mistake
Someone needs to note this for the next developer using Mac.
JRE does not install normally with a .dmg you need to download the .tar file and manually move it to the correct directory.
Main Class: com.runemate.boot.Boot
/Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home/bin/java -Didea.launcher.port=7534 "-Didea.launcher.bin.path=/Applications/IntelliJ IDEA CE.app/Contents/bin" -Dfile.encoding=UTF-8 -classpath...
that is what i thought.... But I get that error.
I changed com.runemate.boot to com.runemate.boot.Boot
this error:
Exception in thread "main" java.lang.NoSuchMethodError: com.sun.tools.attach.AgentInitializationException.false(Ljava/lang/String;)Ljava/lang/String;
at...
EDIT: I made the main class "com.runemate.boot.Boot"
It can't ever run and compile... attached is a screenshot of the error
/Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home/bin/java -Didea.launcher.port=7534 "-Didea.launcher.bin.path=/Applications/IntelliJ IDEA...