frozen8 Posted July 28, 2015 Share Posted July 28, 2015 Hey I'm trying to remove the jar from the jar I'm building when I compile the script but it seems like the OSBot.jar always stay inside. I'm using IntelliJ IDEA and I changed the Setting of the Project Structuve to Provided instead of Compile and it always stay with the jar file. Is there a special way to do it? Thanks for the help! Quote Link to comment Share on other sites More sharing options...
Bobrocket Posted July 28, 2015 Share Posted July 28, 2015 Are you adding the jar to the build path instead of in the fike system? Quote Link to comment Share on other sites More sharing options...
frozen8 Posted July 28, 2015 Author Share Posted July 28, 2015 Are you adding the jar to the build path instead of in the fike system? That's how it look like: Quote Link to comment Share on other sites More sharing options...
chad0ck Posted July 31, 2015 Share Posted July 31, 2015 You need to follow a guide on how to setup osbot with the IDE you are using. I don't think it will be possible to compile without it in your library. Quote Link to comment Share on other sites More sharing options...
itzDot Posted July 31, 2015 Share Posted July 31, 2015 Hey I'm trying to remove the jar from the jar I'm building when I compile the script but it seems like the OSBot.jar always stay inside. I'm using IntelliJ IDEA and I changed the Setting of the Project Structuve to Provided instead of Compile and it always stay with the jar file. Is there a special way to do it? Thanks for the help! go File -> project structure -> Artifacts -> (if you don't have one) click plus sign -> make something similar to this 1 Quote Link to comment Share on other sites More sharing options...
frozen8 Posted July 31, 2015 Author Share Posted July 31, 2015 Thanks I saw that later Quote Link to comment Share on other sites More sharing options...