HecknTarnation / RPGBattleEngine

A text-based RPG battle engine for java
GNU General Public License v3.0
6 stars 1 forks source link

Does compile because VoidDispatchService missing #4

Open gmilette opened 2 years ago

gmilette commented 2 years ago

To reproduce run:

`mvn compile'

Get error

/RPGBattleEngine/src/main/java/com/heckntarnation/rpgbattleengine/handlers/InputHandler.java:38:45
java: cannot find symbol
  symbol:   class VoidDispatchService
  location: class com.heckntarnation.rpgbattleengine.handlers.InputHandler
HecknTarnation commented 2 years ago

I believe this might be because you are missing the JNativeHook dependency. Try compiling by using the 'mvn install' command.