I recently inherited a large software project written in Java. The last developer used Eclipse, so that\'s what I\'m using, but I can\'t figure out how to build anything. I don\
File > Import > Existing Project into Workspace.. to include the project into the workspace
After that File -> Export -> Export JAR to export it to a jar file.