ArctiK Posted June 3, 2014 Posted June 3, 2014 I made an eclipse project in my scripts folder, theres bin and src containing the class and java files. Someone told me to just put the .java file into my scripts folder, that didn't work. I'm pretty sure I need to compile this into a jar file somehow, but I'm not sure how to do it exactly. Are there any tutorials at all on this site for how to compile?
Apaec Posted June 3, 2014 Posted June 3, 2014 (edited) Right click the java project > export > select jar > Give it a name and save it into here: Then spam your enter key Edited June 3, 2014 by Apaec