Wednesday, August 31, 2011

javap ERROR:could not find class

Make sure you do the following:

set CLASSPATH=/path/to/your/class
javap -c MyClass

(without .class)

Anyway what is produced is the bytecode, of limited interest unless you are troubleshooting something tremendously iffy


No comments: