0

I'm developing, compiling, and running my Java project from the Ubuntu command line. The IDE I was using gave me helpers that generated basic project files for me.

Is there something similar available for the command line?

1 Answer 1

1

You can achieve that using Maven, but you have to define simple pom.xml first. Here you can find details: http://maven.apache.org/guides/mini/guide-creating-archetypes.html

@EDIT: Here is better tutorial: http://www.mkyong.com/maven/how-to-create-a-java-project-with-maven/

Sign up to request clarification or add additional context in comments.

1 Comment

yup, just about to post that. For templated projects from the command line maven is the way to go.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.