Replies: 1 comment
-
The project builds when building with maven? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I add the library via maven/jitpack as instructed in README. It builds fine, but when running it errors out with:


/usr/lib/jvm/java-1.11.0-openjdk-amd64/bin/java -javaagent:/home/archie/Downloads/idea-IC-233.14015.106/lib/idea_rt.jar=34095:/home/archie/Downloads/idea-IC-233.14015.106/bin -Dfile.encoding=UTF-8 -classpath /home/archie/IdeaProjects/example-gtk/target/classes org.example.Main Error: Unable to initialize main class org.example.Main Caused by: java.lang.NoClassDefFoundError: ch/bailu/gtk/gtk/Widget
Beta Was this translation helpful? Give feedback.
All reactions