[vlc-devel] Enhancement Request...

Tony Anecito adanecito at yahoo.com
Fri Apr 4 04:13:55 CEST 2008


Hi Pierre,

Good question but I already do. The distribution
mechanism for java (web start) requires you put the
native libraries in a jar (zip) file and the java
class files in other jar files and when it ends up on
the client it is put in a cache directory and the dlls
and class files in up in different folders that are in
a fairly flat directory structure so that the folder
names say at the same level are name 1...100 for
example and the java class files are in say folder 47
and the dlls are in say folder 12. So to find out
where the dll folders are I have to find out where the
class loader for web start put them. Has not been a
problem for say a year. Then Sun for thier next big
java release (6U10bx "1.6.0_10") decided to not allow
that to happen for some reason. So exceptions get
thrown. As I mentioned they are working on fixing that
right now and hopefully before the big annual Java One
conference.

Okay, so your next question would be why not bundle as
a complete app instead of using web start? Reason
being I can make one change to a single java class and
only that jar or that class gets sent to the client.
It allowed me to do weekly updates with minimal effect
to the user. Some of my updates only transmit say 10K
and that is a jar file I have not looked into sending
just a single file (say 1K or less) capability.



More information about the vlc-devel mailing list