Is there a way for running an application that takes an Eclipse project and exports it as a JAR file or runnable JAR file? I’m trying to make an application that when run will export my game’s code to a JAR file and then add the JAR and its dependencies to a zip file (though the latter is not what I need help for) and update that to my website directory where then I can update my website to update my game.
If I could find how Eclipse creates the JAR file then I could mimic that in my code, how do you think I could accomplish that?