- Joined
- Nov 3, 2017
- Messages
- 13
- Thread Author
- #1
I'm trying to set up IntelliJ for Spectre using Party's tutorial however when I try to run the "Hello World!" tutorial bot from IntelliJ I get the following error:
"C:\Program Files\Java\jdk-9.0.1\bin\java" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2017.2.5\lib\idea_rt.jar=51472:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2017.2.5\bin" -Dfile.encoding=UTF-8 -p "C:\Users\Keega\IdeaProjects\RuneMate\out\production\RuneMate;C:\Program Files (x86)\RuneMate\RuneMate.jar" -m RuneMate/com.runemate.boot.Boot -sdk
Error: Unable to load main class com.runemate.boot.Boot in module RuneMate
java.lang.NoClassDefFoundError: javafx/application/Application
Process finished with exit code 1
I'm running a 64 bit JDK, I don't have a 32 bit JRE installed on my machine AFAIK, and Party's guide mentions Spectre only supporting 32 bit JRE's so that could be the root of the problem, however I don't even see the option to download a 32 bit JRE anywhere on oracles website, all of the Java 8 or 9 JREs/JDKs that show up for me for windows are 64 bit. Clearly I'm missing something.
"C:\Program Files\Java\jdk-9.0.1\bin\java" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2017.2.5\lib\idea_rt.jar=51472:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2017.2.5\bin" -Dfile.encoding=UTF-8 -p "C:\Users\Keega\IdeaProjects\RuneMate\out\production\RuneMate;C:\Program Files (x86)\RuneMate\RuneMate.jar" -m RuneMate/com.runemate.boot.Boot -sdk
Error: Unable to load main class com.runemate.boot.Boot in module RuneMate
java.lang.NoClassDefFoundError: javafx/application/Application
Process finished with exit code 1
I'm running a 64 bit JDK, I don't have a 32 bit JRE installed on my machine AFAIK, and Party's guide mentions Spectre only supporting 32 bit JRE's so that could be the root of the problem, however I don't even see the option to download a 32 bit JRE anywhere on oracles website, all of the Java 8 or 9 JREs/JDKs that show up for me for windows are 64 bit. Clearly I'm missing something.