Computer Science Canada AIM Bot |
Author: | Azzy [ Wed Aug 15, 2007 9:18 pm ] |
Post subject: | AIM Bot |
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. |
Author: | rizzix [ Thu Aug 16, 2007 11:41 am ] |
Post subject: | RE:AIM Bot |
This is less of a problem with the SDK, but more of a problem with the jvm not being able to find the required native library. This has always been a problem in java. The Java Module Specification should resolve these issues. I can't wait for JDK7. ![]() For now, you'd have to manually extract the native library from the .jar (if it's in the .jar) and move it to your classpath (i think). If that does not work google up something. =\ |
Author: | Prince Pwn [ Fri Aug 17, 2007 9:41 am ] |
Post subject: | RE:AIM Bot |
I thought you might have used Java somehow to make an AIM Bot for Counter-Strike when I clicked this thread xD |