The ClassTool thingamajig I wrote a while back covers the non-disassembly parts
of javap, though I'm not sure how well it works with JDK 1.2 (it uses
reflection, and the Javadocs state that reflection only gives you public methods
now.) Can someone running 1.2 try it with '--private'?
It's at http://www.cacas.org/java/gnu/tools/
I've hacked pieces of JacORB (a LGPLed Java CORBA implementation) to have a
running idltojava for linux, but ideally that tool should be template-file
based, which I will work on when I get some time.
Wes
"Aaron M. Renn" wrote:
> Mark Benvenuto wrote:
> > Nicolaou. Unfortunately, a lot of tools are still missing that are part
> > of the standard Java 1.1 and 1.2 distributions. Since the goal of
>
> I've been thinking about this as well. In fact, I've already started work
> on some things.
>
> > javah - needed
> > javap - needed
> > javadoc - Aaron M. Renn wrote some stuff
>
> Japhar has a javah replacement. I also wrote one in order to play around
> with the gnu.bytecode package. Once gnu.bytecode supports disassembly,
> javap will be a since. (It could mostly be written now, just without the
> disassembly option). My javadoc API code is checked in.
>
> >serialver - I thought I saw it in the web CVS which has now disappeared?
>
> We've got one. CVS web access is temporarily gone. Paul is working on
> restoring it.
>
> > jar - desperately needed
>
> I'm 50% done with jar. It is on hold until Classpath supports java.util.zip
> and java.util.jar.
>
> > extcheck - checks for jar conflicts - needed
>
> I've already written this.
>
> --
> Aaron M. Renn ([EMAIL PROTECTED]) http://www.urbanophile.com/arenn/