Welcome!

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

Sign up now!

Bug intellij dea

Joined
Jun 21, 2018
Messages
4
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:
2019-06-25 (1).png 2019-06-25.png
 
Last edited:
Top