Denis Bessmertnyj skrev  den 02-01-2007 18:12:
I have software which I deliver to client through Java Web Start.
I use Apache Commons Logging, but it doesn't work when I use it through Web Start,
because it can't find config file for logger.
You cannot access files inside of a jar as a File, but you can extract the contents into e.g. a StringBuffer (use getResourceAsStream()) and
go from there.

--
 Thorbjørn

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to