1. Exception in thread "main" java.lang.UnsatisfiedLinkError: Directory separator should not appear in library name: /media/sda4/so_project/proj/example/first.jar
  2. at java.lang.Runtime.loadLibrary0(Runtime.java:837)
  3. at java.lang.System.loadLibrary(System.java:1047)
  4. at it.unicam.project.Binterpreter.getClassHandle(Binterpreter.java:170)
  5. at it.unicam.project.Binterpreter.<init>(Binterpreter.java:100)
  6. at it.unicam.project.Test.main(Test.java:22)