Gianfra
Gianfra

Reputation: 1149

how to make an executable file java using xuggler libraries

I made an executable jar, exporting my project with eclipse.
Its working on my laptop but in another one, it doesn't work. I think because xuggler is not installed on that one.Is there any way to get my software working in others laptops? Maybe I should make the executable file in another way. Thanks for your time and suggestions.

Upvotes: 0

Views: 314

Answers (2)

Art Clarke
Art Clarke

Reputation: 2505

As of 5.3 (which will be released next week) Xuggler can run on most common operating systems WITHOUT an installer. You will need to include the contents of xuggle-xuggler.jar in your program, but that should be it. Enjoy.

Upvotes: 2

SimonSez
SimonSez

Reputation: 7769

As seen on the xuggler homepage you'll have to install xuggler on every machine you intent to use your program.
Therefore you won't be able to make an independent executable jar.

One solution would be to ship the xuggler install with your program and ask the user if he would install it in order to run your program.

Upvotes: 0

Related Questions