Top "Jar" questions

JAR file (or Java ARchive) aggregates many files into one.

Can't execute jar- file: "no main manifest attribute"

I have installed an application, when I try to run it (it's an executable jar) nothing happens. When I run …

java jar manifest main
Running JAR file on Windows

I have a JAR file named helloworld.jar. In order to run it, I'm executing the following command in a …

java jar executable-jar
How to import a jar in Eclipse

How do I import a jar in Eclipse?

java eclipse jar
Run jar file in command prompt

How do we run a jar file in command prompt?

java jar
What causes "Unable to access jarfile" error?

I want to execute my program without using an IDE. I've created a jar file and an exectuable jar file. …

java jar executable-jar
How to run a JAR file

I created a JAR file like this: jar cf Predit.jar *.* I ran this JAR file by double clicking on …

java jar
How to build jars from IntelliJ properly?

I have a project that contains a single module, and some dependencies. I'd like to create a jar, in a …

java intellij-idea jar build-process
How to decompile a whole Jar file?

Does anyone know of a free decompiler that can decompile an entire Jar file instead of a single class? I …

java jar decompiler
Eclipse "Error: Could not find or load main class"

I have a project in eclipse on my laptop that I pushed to Git https://github.com/chrisbramm/LastFM-History-Graph.git …

java eclipse git jar classpath
How to get the path of a running JAR file?

My code runs inside a JAR file, say foo.jar, and I need to know, in the code, in which …

java path jar executable-jar