Hello,
I'm working with dynamic classloading and have encountered a problem
when it comes to defining an URL for a file that is available through
a bytearray representing a jar-file. The file in this case is a
gif-file. I've implemented my own class loader which extends the java
ClassLoader and overrides some methods for deriving classes from the
jar-bytearray. Is there anyone who have any suggestion on how to
create an URL-object from a bytearray?
Regards,
Kristina
I'm working with dynamic classloading and have encountered a problem
when it comes to defining an URL for a file that is available through
a bytearray representing a jar-file. The file in this case is a
gif-file. I've implemented my own class loader which extends the java
ClassLoader and overrides some methods for deriving classes from the
jar-bytearray. Is there anyone who have any suggestion on how to
create an URL-object from a bytearray?
Regards,
Kristina