Search found 2 matches

by dedea
Wed Jun 25, 2008 7:09 pm
Forum: Jirr
Topic: ClassNotFoundException
Replies: 2
Views: 9128

Hi,

I found out that was a ":" missing at:
java -classpath ./lib/jirr131.jar: TestHelloWorld

But now I'm getting:

Exception in thread "main" java.lang.UnsatisfiedLinkError: no irrlicht_wrap in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime ...
by dedea
Tue Jun 24, 2008 8:36 pm
Forum: Jirr
Topic: ClassNotFoundException
Replies: 2
Views: 9128

ClassNotFoundException

Hi there!

I'm getting the following error when running jirr files:

Exception in thread "main" java.lang.NoClassDefFoundError: TestHelloWorld
Caused by: java.lang.ClassNotFoundException: TestHelloWorld
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController ...