Prev: Runtime.getRuntime().exec
Next: get file version
From: markspace on 20 Apr 2010 17:22 Alessio Stalla wrote: > On 20 Apr, 20:56, Lothar Kimmeringer <news200...(a)kimmeringer.de> > wrote: >> Then you need to replace the system class loader with your >> ClassLoader. > > Is it possible? > > - Alessio Get the java.lang.ClassLoader source from the OpenJDK project. Adjust the source to do what you want and compile it. Add your class into the classpath with -Xbootclasspath/p |