Debug the jar package without source code ..
I recently worked on a project and used spring1.2.3. I encountered an error reading xml configuration, but I don't know which XML to read. too many XML files... you need to debug the jar package of spring... but this is not found on the Internet.
Source code ..
I had to decompile it with Jad.
In the console, we can see that the 602 line of localsessionfactorybean has an error... the number of java files that can be decompiled and the number of. Jar lines is different from that of. .. some empty lines are filled in so that the number of lines is one.
To... but the breakpoint is different, it is clearly hit in 602 rows, but it shows that the hit in 709 rows... not even the review... dizzy ..
I had to leave localsessionfactorybean. Java directly under SRC... some exceptions are not well decompiled and there are errors. Comment them out and check the syntax ..
Then you can debug it normally. Although the localsessionfactorybean class is also available in spring. jar, the. Class class takes precedence over. jar...
Powered by zoundry