Top "Executable-jar" questions

A special type of jar file which contains all non-standard libraries and definitions necessary to run an application on a JVM.

how to run or install a *.jar file in windows?

I have downloaded jbpm-installer-3.2.7.jar but I don't know how to install or run the file. If I double click …

java installation jar executable-jar
Building executable jar with maven?

I am trying to generate an executable jar for a small home project called "logmanager" using maven, just like this: …

java eclipse maven-2 build-process executable-jar
NoClassDefFoundError while trying to run my jar with java.exe -jar...what's wrong?

I have an application that I'm trying to wrap into a jar for easier deployment. The application compiles and runs …

java jar classpath executable-jar
Execute another jar in a Java program

I had written several simple java applications named as A.jar, B.jar. Now i want to write a GUI …

java jar executable-jar
"Could not find the main class" error when running jar exported by Eclipse

I have a java project that works perfectly fine when running it from within Eclipse. When I try to export …

java eclipse swing jar executable-jar
Reference jars inside a jar

I have a jar whose content looks as shown below, Below is my manifest file Manifest-Version: 1.0 Ant-Version: Apache Ant 1.8.3 Created-By: 1.7.0_06…

java jar manifest executable-jar
Running JAR file on Windows 10

I have made a Jar file, but I cant make it to run by double clicking. It works fine using …

java jar executable-jar
Java command line with external .jar

I develop a project using .jar to reuse code. So I have on .jar named TOOLS.jar, and I develop …

java jar classpath executable executable-jar
Building a runnable jar with Maven 2

I'm relatively new to the Maven mantra, but I'm trying to build a command-line runnable jar with Maven. I've setup …

java maven-2 build-process executable-jar
Connecting a Microsoft Access Database to Java using JDBC and compiling

for a school database project we are making a database program (user GUI and the database). Using Microsoft Access 2010 I …

java ms-access jdbc database-connection executable-jar