Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 AIM Bot
Index -> Programming, Java -> Java Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Azzy




PostPosted: 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.
Sponsor
Sponsor
Sponsor
sponsor
rizzix




PostPosted: 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. Smile

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. =\
Prince Pwn




PostPosted: 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
Display posts from previous:   
   Index -> Programming, Java -> Java Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 3 Posts ]
Jump to:   


Style:  
Search: