Load classes from URL classpath
Is it possible to include a jar located on the web in an application? What I'd like to do is something like:java -classpath "http://www.holysmoke.com/thecode.jar" MyAppIs it possible in some way? Or has anybody got an idea on how to solve the