I'm trying to make an AIM bot using the AIM SDK. However, when I try to run the sample accjbot.java I get this error:
Quote:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no accjwrap in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at com.aol.acc.AccSession.<clinit>(AccSession.java:13)
at accjbot.<init>(accjbot.java:33)
at accjbot.main(accjbot.java:23)
I added the accjwrap.jar file to the JDK profile under Classes and yet it says that it cannot find it. Hopefully someone else also has the AIM SDK and can help me out.