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.

What happens to "System.out.println()" in executable jar?

Suppose I've created an executable jar from a code where I have used System.out.println() When we run the …

java executable-jar system.out
Maven and Netbeans: how do I build project and get executable jar?

I've just started standard Maven -> Java Application in Netbeans 7.4. It created "App" class (which has main method) by …

java maven netbeans executable-jar
Executable JAR on Ubuntu (NetBeans)

I'm writing a simple Swing application in NetBeans and doing so on an Ubuntu machine for the first time. As …

java linux netbeans ubuntu executable-jar
How to use a file in a jar as javax.net.ssl.keystore?

I'm trying to do something like URL clientks = com.messaging.SubscriptionManager.class.getResource( "client.ks" ); String path = clientks.toURI().getPath(); …

java jar executable-jar
How do I package up an applet with multiple .jar libraries?

I'm creating a Java applet from a large scale pre-existing project (Vizster). I am using NetBeans 6.7.1 with JDK 1.5 on Mac …

java jar applet executable-jar
Runnable Jar cannot find Resources and Other Libraries

I created a desktop app and I have run into a problem with my generated runnable jar. Everything works fine …

java eclipse swt executable-jar
Scala SBT: standalone jar

The answer: Making stand-alone jar with Simple Build Tool seems like what I need, but it did not have enough …

scala package executable-jar sbt
Create deployable JRuby JAR file?

I need to compile my JRuby application into a standalone JAR file. How can I do this?

jruby executable-jar
How to make ImageIO read from InputStream :Java

I have created executable jar file(using Eclipse) , there are a set of image (.png) files that is to be …

java image file-io executable-jar javax.imageio
Minimize an Uber Jar correctly, Using Shade-Plugin

I am using the Maven-Shade-Plugin to create a runnable Uber-jar. According to the last frame on this page, the size …

java maven maven-plugin executable-jar