Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (3.4k points)
I was using IntelliJ-IDEA IDE , I want to create a jar file from java compiled class files. but I not found command or file, How to create a jar file (like eclipse java archive export)

1 Answer

0 votes
by (46k points)

For Intellij IDEA version 11.0.2
File | Project Structure | Artifacts then you have to press alt+insert or click the plus symbol and design new artifact pick --> jar --> From modules with dependencies.
Next goto Build | Build artifacts --> collect your artifact.

source: http://blogs.jetbrains.com/idea/2010/08/quickly-create-jar-artifact/

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...