Search code examples
javaexecutable-jarxugglexuggler

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.


Solution

  • 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.