> I need to debug in the jdk-classes (1.3.1 or 1.4) with full debug > information. That's why I tried to recompile the sources that are bundled > with the JDK -- but I failed. Does anybody successfully compiled the JDK's > sources?
If it are only a few classes that you have to debug, it works to recompile just them and patch them into the original rt.jar you may have to decompile some classes - but some are obfuscated, then there's no chance to debug them. M. _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
