How can I make it possible for a Java applet find xuggle path? I was thing in making an installer wrapper and save a hidden file on user's path ( e.g. .myAppConfig.txt) but if I could find a better approach it would be better.

link|improve this question

feedback

1 Answer

Xuggler wiki claims, it's impossible (at least for now): Can I use Xuggler with Java Webstart or as an Applet?

link|improve this answer
I am using Xuggle IN an Applet. It works fine. The user installs xuggle first, then the applet works. The only downside is that on Mac, the user has to manually set the DYLD_LIBRARY_PATH system variable. I am thinking of writing a wrapper installer to set that variable. – Jhonny Everson Jan 13 at 13:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.