This will happen when you doubleclick a JAR file in Windows explorer, but the JAR is by itself actually not an executable JAR. A real executable JAR should have at least a class with a main()
method and have it referenced in MANIFEST.MF
.
In Eclispe, you need to export the project as Runnable JAR file instead of as JAR file to get a real executable JAR.
Or, if your JAR is solely a container of a bunch of closely related classes (a library), then you shouldn’t doubleclick it, but open it using some ZIP tool. Windows explorer namely by default associates JAR files with java.exe
, which won’t work for those kind of libary JARs.
Related Posts:
- Failed to write core dump. minidumps are not enabled by default on client version of windows
- Eclipse “Error: Could not find or load main class”
- Access restriction: The type ‘Application’ is not API (restriction on required library rt.jar)
- Failed to load the JNI shared Library (JDK)
- How to import a jar in Eclipse
- java ‘jar’ is not recognized as an internal or external command
- How to uninstall Eclipse?
- Eclipse/Maven error: “No compiler is provided in this environment”
- Can’t start Eclipse – Java was started but returned exit code=13
- Can’t start Eclipse – Java was started but returned exit code=13
- What causes “Unable to access jarfile” error?
- Is there a way to convert all comments into javadoc comments? [Eclipse/Java]
- “Error occurred during initialization of VM; Could not reserve enough space for object heap” using -Xmx3G
- Can’t execute jar- file: “no main manifest attribute”
- Can’t execute jar- file: “no main manifest attribute”
- What exactly does a jar file contain?
- “Javac” doesn’t work correctly on Windows 10
- How to uninstall Eclipse?
- Editor does not contain a main type in Eclipse [duplicate]
- Running JAR file on Windows
- “Error occurred during initialization of VM; Could not reserve enough space for object heap” using -Xmx3G
- Editor does not contain a main type in Eclipse [duplicate]
- JRE Missing when installing eclipse
- Running JAR file on Windows 10
- A JNI error has occurred, please check your installation and try again in Eclipse x86 Windows 8.1
- Server Tomcat v9.0 Server at localhost failed to start
- How can I convert a .jar to an .exe?
- javac not working in windows command prompt
- Cannot find “Package Explorer” view in Eclipse
- Why Maven project is tied to J2SE-1.5 by default?
- JVM Crash – “EXCEPTION_ACCESS_VIOLATION”
- what does Dead Code mean under Eclipse IDE Problems Section
- what does Dead Code mean under Eclipse IDE Problems Section
- Eclipse: Java was started but returned error code=13
- How to decompile a whole Jar file?
- Extracting .jar file with command line
- Server Tomcat v9.0 Server at localhost failed to start
- “A java exception has occurred” when opening .jar
- How to change a package name in Eclipse?
- what is this ANT build?
- Error: Selection does not contain a main type
- What causes java.lang.IncompatibleClassChangeError?
- How to get rid of Checkstyle message ‘File does not end with a newline.’
- Extracting .jar file with command line
- Integrate Ant builder into Eclipse: Error “Variable references empty selection”
- Cannot change version of project facet Dynamic Web Module to 3.0?
- “Could not find Java SE Runtime Environment.” after installing Java
- Eclipse does not start when I run the exe?
- The declared package does not match the expected package “”
- eclipse won’t start – no java virtual machine was found
- Eclipse Java error: This selection cannot be launched and there are no recent launches
- How can I avoid this Ant Build error?
- Eclipse No tests found using JUnit 5 caused by NoClassDefFoundError for LauncherFactory
- How can I edit a .jar file?
- JAVA_HOME should point to a JDK not a JRE
- Java and Windows – error: illegal escape character
- No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
- How can I convert a .jar to an .exe?
- “Javac” doesn’t work correctly on Windows 10
- Eclipse error, “The selection cannot be launched, and there are no recent launches”
- channel 3: open failed: connect failed: Connection refused
- Java can’t find file when running through Eclipse
- Eclipse java debugging: source not found
- No appenders could be found for logger(log4j)?
- Syntax error on token(s), misplaced construct(s)
- Error occurred during initialization of VM (java/lang/NoClassDefFoundError: java/lang/Object)
- “The public type <
> must be defined in its own file” error in Eclipse [duplicate] - Installing WindowBuilder on Eclipse Neon
- How to clear console in Java – Eclipse
- The import javafx cannot be resolved
- What is the jasperrepots-fonts jar for and how to use it?
- Fatal error compiling: tools.jar not found:
- Unreachable code in eclipse
- Java project in Eclipse: The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
- How to resolve Unable to load authentication plugin ‘caching_sha2_password’ issue
- “The import org.springframework cannot be resolved.”
- Node cannot be resolved to a type
- Invalid signature file digest for Manifest main attributes exception while trying to run jar file
- Resource leak: ‘in’ is never closed
- Android Emulator: Unfortunately App has stopped
- Java console program
- implicit super constructor object() is undefined. must explicitly invoke another constructor
- “Source folder is not a Java project” error in eclipse
- Cannot be resolved to a variable error in Eclipse
- Using JavaFX in JRE 8, “Access restriction” error
- Eclipse Problems View not showing Errors anymore
- ‘No JUnit tests found’ in Eclipse
- “Cannot be resolved to a type” when attempting to use Scanner
- Resolving File paths – ‘File not found’ error in Eclipse
- Error: Could not find or load main class net.minecraft.launchwrapper.Launch when launching Minecraft 1.12.2 with Forge
- java eclipse red exclamation mark
- Eclipse is executing the wrong Java file
- Eclipse: JVM terminated. Exit code=2
- “insufficient memory for the Java Runtime Environment ” message in eclipse
- Unknown version of Tomcat was specified in Eclipse
- Which Eclipse IDE version to choose?
- Difference between jar and war in Java
- How to extract .war files in java? ZIP vs JAR
- Eclipse IDE – Error: Build path specifies execution environment Java SE 1.7
- Eclipse IDE – Error: Build path specifies execution environment Java SE 1.7