Re: javap issue



S.Marion wrote:

You actually do have a point here, this library is part of GNU's classpath built for JikesRVM.

I am confident the version of the class file i'm checking was generated from the earlier specified .java file.

You may be falling foul of the way javap looks for classes. It's probably looking at it's own boot classes first. It appears that you can get around with the problem with either:

javap -bootclasspath . java/util/TimeZone

or bizarrely:

javap ./java/util/TimeZone

Tom Hawtin
--
Unemployed English Java programmer
http://jroller.com/page/tackline/
.



Relevant Pages

  • RESOLVED - but can this be true?? (Re: JSP silently fails to compile)
    ... If I happen to write a JSP page, ... to the java file must have failed. ... corresponding class file was simply missing. ... get an error message if I write something which is not syntactically ...
    (comp.lang.java.programmer)
  • Re: How do I import a user defined class into VisualStudio .net J#
    ... > I'm using Visual Studio .NET with J#. ... > windowyou get a class file. ... > One example if you have a java file called Test.java and you compile this ...
    (microsoft.public.dotnet.vjsharp)
  • Re: How can you tell what this applet is doing ?
    ... decompile it and examine the source. ... But the source code produced wouldn't be Java, ... convert a .class file back to a .java file? ...
    (comp.security.misc)
  • Re: reverse eng class?
    ... > back into a .java file? ... it's possible to turn a class file back into Java source ... What you *WON'T* get is your original source code. ... Do you want to restart your computer now?" ...
    (comp.lang.java.programmer)
  • Re: Enum enlightenment
    ... how do you decompile a .class file? ... javap gives me an overview of ... Canadian Mind Products, Roedy Green. ...
    (comp.lang.java.programmer)