Re: javap issue
- From: Thomas Hawtin <usenet@xxxxxxxxxxxxxxxxx>
- Date: Tue, 28 Feb 2006 18:22:08 +0000
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/
.
- Follow-Ups:
- Re: javap issue
- From: S.Marion
- Re: javap issue
- References:
- javap issue
- From: S.Marion
- Re: javap issue
- From: Thomas Hawtin
- Re: javap issue
- From: S.Marion
- javap issue
- Prev by Date: Re: a question relating to job application
- Next by Date: Re: Java Data Mapper
- Previous by thread: Re: javap issue
- Next by thread: Re: javap issue
- Index(es):
Relevant Pages
|