Random ramblings of a UX Designer & Developer
User Experience Design Header Image

Category — Software Development

How to create an executable jar including JMF

One of the easiest ways to create an executable jar file is using Eclipse.

1. In Eclipse, goto File -> Export

2. Select Runnable JAR file click next

3. Enter the export destination and click Package required libraries into generated JAR

4. Click Finish

If you are using JMF you’ll need to include jmf.jar and jmf.properties in the same directory as the executable jar. If you have installed JMF you should be able to find these in the JMF libs directory. [In windows c:/Program Files/JMF2.1.1e/lib].

October 13, 2010   No Comments