I'm looking at the JAR of the Dacapo benchmarks. I want to check the bytecode of one of the classes of one of the benchmarks, called fop.
When I open a .class file in a JAR file, it works. However, My JAR file contains a directory in which other JAR files are stored (in a jar/ directory). Opening the nested jar files works (I can see the classes and look at them in fundamental mode), but with the plugin, I get the message : Error: class not found: org.apache.fop.fonts.substitute.FontSubstitutions.
Can I look at the generated javap command, to see what the problem is?
I'm looking at the JAR of the Dacapo benchmarks. I want to check the bytecode of one of the classes of one of the benchmarks, called fop.
When I open a
.classfile in a JAR file, it works. However, My JAR file contains a directory in which other JAR files are stored (in ajar/directory). Opening the nested jar files works (I can see the classes and look at them in fundamental mode), but with the plugin, I get the message :Error: class not found: org.apache.fop.fonts.substitute.FontSubstitutions.Can I look at the generated
javapcommand, to see what the problem is?