javap Could not find

场景:javap ERROR:Could not find *class

javap ERROR:Could not find *.class

转载注明原文地址:http://thetopofqingshan.iteye.com/blog/1563982

 

背景:

使用javap -verbose BitOperation.class

==>javap ERROR:Could not find  BitOperation.class

 

解决方案:

javap -verbose BitOperation(看有什么区别:没有了.class)