Is it possible to load a class in Java and \'fake\' the package name/canonical name of a class? I tried doing this, the obvious way, but I get a \"class name doesn\'t match
You should be able to knock something up with ASM, though it would be easier to do the package rename once at build time rather than at load time.