- Thread Author
- #1
So I've just got into bot programming, and I watched #eagles13 "Tutorial 1: Setting up IntelliJ for RuneMate on Windows". I've done exactly as him only that I wrote "com.runemate.boot.Boot instead of "com.runemate.boot". But when I run the "code" it says
"Error: Could not find or load main class com.runemate.boot.Boot
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application"
this guide was made 2015 so maybe something has changed, it's probably obvious for some of you guys but help is really appreciated since I'm just starting this fun journey
.
This is the code which should be the same as his:

"Error: Could not find or load main class com.runemate.boot.Boot
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application"
this guide was made 2015 so maybe something has changed, it's probably obvious for some of you guys but help is really appreciated since I'm just starting this fun journey
This is the code which should be the same as his:


Last edited: