Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does compile because VoidDispatchService missing #4

Open
gmilette opened this issue Jun 12, 2022 · 1 comment
Open

Does compile because VoidDispatchService missing #4

gmilette opened this issue Jun 12, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@gmilette
Copy link

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
@gmilette gmilette added the bug Something isn't working label Jun 12, 2022
@HecknTarnation
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants