I have a project that uses GraphStream
(http://graphstream-project.org/) it's just a normal project (not Maven or Gradle). I seem to be able to include GraphStream
, but whenever I try to make a .jar
file Error: A JNI error has occurred, please check your installation and try again
appears. I've tried to make a .jar file
without it and it seems to work just fine, but it's crucial to have it there since it draws a graph at the end of the execution.
Could GraphStream
be too old for usage? Is there a way to bypass this? Any help would be appreciated. I am using IntelliJ Community Version.
I've tried making an uber-jar (or fat-jar) but the same error seems to appear.
Here are all of the classes and the .jar file
Here are the dependencies of the GraphStream (downloaded via Maven).
And this is the problem that I get whenever I try to run the .jar
in IntelliJ.