Gnomedesto Posted August 9, 2015 Posted August 9, 2015 output path ends up like this with IntelliJ I'd just like the class in the scripts folder, not this production>osbot tutorial> blahblah.class bs
Omicron Posted August 9, 2015 Posted August 9, 2015 Set it for you module, also you want to export as a jar to keep stuff clean in scripts folder :P 1
Gnomedesto Posted August 9, 2015 Author Posted August 9, 2015 Set it for you module, also you want to export as a jar to keep stuff clean in scripts folder how do i change what it exports as
Omicron Posted August 9, 2015 Posted August 9, 2015 how do i change what it exports as File -> Project Structure -> Artifacts -> Little green plus -> JAR -> Empty Jar -> Give it a name, add your compile out put path, then add the required compiled outputs. Afterwards to build it Build -> Artifacts, pick the jar you just made 1