robkule424 Posted April 2, 2016 Share Posted April 2, 2016 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 Quote Link to comment Share on other sites More sharing options...
FrostBug Posted April 2, 2016 Share Posted April 2, 2016 Can confirm :E. The SDN isn't going to supply external libraries to users alongside the script Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted April 2, 2016 Share Posted April 2, 2016 Not possible on the SDN, it is possible local though Quote Link to comment Share on other sites More sharing options...
robkule424 Posted April 2, 2016 Author Share Posted April 2, 2016 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 Quote Link to comment Share on other sites More sharing options...
CollapsRanger Posted December 22, 2016 Share Posted December 22, 2016 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 Quote Link to comment Share on other sites More sharing options...
liverare Posted December 23, 2016 Share Posted December 23, 2016 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. 1 Quote Link to comment Share on other sites More sharing options...