Will Holcomb wrote:

> Does anyone know a way to write one path that will
> work both places? I guess you could get a url for the current class and
> see if it begins with jar: or not and make your path accordingly but that
> seems like a bit kludgy to me.

getClass().getClassLoader().getResource(...);

(instead of just getClass().getResource(...))

Artur

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to