DEV Community

Discussion on: Build, compile, run: A crash course in classpaths

Collapse
 
autonomousapps profile image
Tony Robalik

to accomplish that, I'm pretty sure you'd need a custom JDK. Or somehow intercept the standard class loading behavior with a custom class loader that violates the Java class loading contract.