Jump to content

Recommended Posts

Posted

I've made my necessary changes to the launcher via Maven with Eclipse, and now I want to re-compile it so that I may run the JAR.

How do you go about doing it?

I right clicked the pom.xml file and selected "Run As > Maven Install", and it gathered the dependencies, but I didn't see it create a JAR anywhere.

Posted

FIXED: You right-click the whole project and select RUN AS > MAVEN INSTALL, and it generates the JAR in a folder named 'target' underneath the project folder.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...