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

ClassNotFoundException in Intellij #7

Open KevinTyrrell opened 7 years ago

KevinTyrrell commented 7 years ago

Intellij seems to not like the AWT Clipboard. During runtime, the following exception is thrown.

Exception "java.lang.ClassNotFoundException: com/intellij/codeInsight/editorActions/FoldingData"while constructing DataFlavor for: application/x-java-jvm-local-objectref; class=com.intellij.codeInsight.editorActions.FoldingData

Based on some quick research it seems like this is not easily fixable without switching my SDK to an Intellij version? Not sure, low priority bug.

Sources: https://github.com/processing/processing/issues/3870