I don't think you can't use a jar file Class-path to load anything
other than other external jar files.
http://java.sun.com/docs/books/tutorial/deployment/jar/downman.html
I assume you've put the properties file in the top-level directory of
your jar file right? javax.usb is using
UsbHostManager.
Hi,
I still have the same problem with my java applet. The applet works in
Eclipse with the appletviewer but when I test it in a html page the
java console tells "Properties file javax.usb.properties not found".
However this file is in the jar that contains my applet and I've
changed the ME
I'm not familiar with jnlp but others on the list might be.
On Tue, Aug 5, 2008 at 6:03 AM, Marion Decrouez
<[EMAIL PROTECTED]> wrote:
> Thanks for the answers
> I've an other question : I've put my .jar which contains the
> javax.usb.properties in a jnlp page (resources) but it seems that it's
>
Thanks for the answers
I've an other question : I've put my .jar which contains the
javax.usb.properties in a jnlp page (resources) but it seems that it's
not found again. Is there anything else to do?
Thanks
Marion
Quoting Marion Decrouez <[EMAIL PROTECTED]>:
> Hi,
> I've made a java appl