Hi Tonny,
Indeed, I plan to use JNLP, and I already use the classloader that way - my projects in eclipse are arranged in parallel to the JARs I plan to distribute,If by anycase you use jnlp/webstart thing, java ClassLoader have peculiar that you need to be aware of. The ClassLoader only can only get resources if in the same jar file, if it is in different jar. You need to create some empty anchor Java class to reference to the classloader to different jar.
so I already encountered and solved that problem.
Thanks anyway -Urs
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]