KevinTyrrell / FishingBot

World of Warcraft automatic fishing program. Fishes by using the mouse and searching pixel colors around the cursor to detect 'splashes' in-game.
34 stars 22 forks source link

Jar file gives an error #24

Closed 1mPerec closed 4 years ago

1mPerec commented 4 years ago

java -jar /Users/1mperec/Desktop/fishingBot/src/FishingBot.jar Error: Could not find or load main class view.GUI Caused by: java.lang.NoClassDefFoundError: javafx/application/Application

1mPerec commented 4 years ago

openjdk version "13" 2019-09-17 OpenJDK Runtime Environment (build 13+33) OpenJDK 64-Bit Server VM (build 13+33, mixed mode, sharing)

1mPerec commented 4 years ago

doesn't work on mac. Works on my windows thou... so...

SvenStahlmann commented 4 years ago

You need oracle java jre 1.8, since it uses javafx which is not bundled into openjdk