java.lang.UnsatisfiedLinkError
940956May 31 2012 — edited Mar 18 2013Hi All
I having a issue that I can't seem to get by. I'm getting the following exception.
java.lang.UnsatisfiedLinkError: javax/realtime/RealtimeThread.putAsyncHandlerClassToThread(Ljava/lang/Class;)V
at javax.realtime.RealtimeThread.<clint>(RealtimeThread.java:122)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:167)
.......... (etc)
Using java 1.5.
Does anyone have a general idea of what to check for when getting this error. I have checked my classpath and I have the realtime jar in it and also the location of the .so file that contains the putAsyncHandlerClassToThread that the error mentions. I'm using eclipse as my dev environment.
Any help on this would be great. I'm stumped.
Edited by: 937953 on Jun 1, 2012 2:19 PM