views:

2210

answers:

2

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)

+5  A: 

You didn't specify your IDEA version. Before 9.0 use Build | Build Jars, in IDEA 9.0 use Project Structure | Artifacts.

CrazyCoder
Thanks you, your clearly answer! :)
saltfactory
A: 

In intellij8 I was using a specific plugin "Jar Tool" that is configurable and allows to pack a JAR archive.

dawez