I've imported a project from Eclipse to IntelliJ and I've found that IntelliJ has some issues with making a runnable jar of that project while Eclipse is fine. The error I have when I'm trying to run the runnable jar is :
Error: A JNI error has occured, please check your installation and try again
And afterwards:
A Java Exception has occurred
Project runs fine from intelliJ tho. There is just a problem while trying to open runnable jar.