Hi!

In case I load resources from a jar, like this:

    URL url = MyClass.class.getResource(\"abc.gif\");
    Image img=Toolkit.getDefaultToolkit().getImage(url);


Will the jar-cache of the Java2-plugin cache the complete jar and therefore
my resources as well? This would be a nice way to \'install\' resources to the
client, at least for a time?

- J

===========================================================================
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