Loading from JAR as an InputStream?

Posted by Brabster on Stack Overflow See other posts from Stack Overflow or by Brabster
Published on 2010-04-10T16:38:57Z Indexed on 2010/04/10 16:43 UTC
Read the original article Hit count: 377

Filed under:
|
|
|

Is there a ClassLoader implementation I can use to load classes from an InputStream?

I'm trying to load a JAR for which I have an InputStream into a new ClassLoader.

© Stack Overflow or respective owner

Related posts about java

Related posts about classloader