I was using IntelliJ IDEA IDE. I want to create a JAR file from Java compiled class files. But I didn't find a command or file.
How to create a JAR file (like it is done in Eclipse)?
I was using IntelliJ IDEA IDE. I want to create a JAR file from Java compiled class files. But I didn't find a command or file.
How to create a JAR file (like it is done in Eclipse)?
You didn't specify your IDEA version. Before 9.0 use Build | Build Jars, in IDEA 9.0 use Project Structure | Artifacts.
In intellij8 I was using a specific plugin "Jar Tool" that is configurable and allows to pack a JAR archive.