April 2, 20169 yr I'm trying to use the JSoup library to scrape and have the jar imported as a external jar in eclipse, along with the OsBot jar. I'm getting an error in the log: java.lang.NoClassDefFoundError: org/jsoup/Jsoup I'm guessing OSBot doesn't allow external libraries, but can anyone confirm this? Thanks
April 2, 20169 yr Can confirm :E. The SDN isn't going to supply external libraries to users alongside the script
April 2, 20169 yr Author The script is local/private. What is the procedure for adding the library? I'm assuming it's the normal procedure (properties->add external jar->JSoup), but this still doesn't allow the OSBot client to find the JSoup library. Am I missing something here? thanks again
December 22, 20169 yr The script is local/private. What is the procedure for adding the library? I'm assuming it's the normal procedure (properties->add external jar->JSoup), but this still doesn't allow the OSBot client to find the JSoup library. Am I missing something here? thanks again did you solve the problem? i am having it too... client wont rec jsoup lib
December 23, 20169 yr You can add libraries if you've got the source code and the code doesn't execute something to piss off the security manager straight from the get-go.
Create an account or sign in to comment