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.
New version of xuggle (5.4) don't need to have native libraries installed first, you can use xuggle jar in applets, it is large but possible. I used a local cache implementation, so full download only occurs one time.