Java Class File loader demostration app

A

Albretch

I need one. Kind of a hex file viewer that understand teh java class
file format definition

I looked into Bill Verner's "Inside the JVM 2e" examples and found out
that he wasn't really reading through the class file format but a mock
text file "/applets/GettingLoaded/ActText.txt"

Now, isn't that one a really odd joke or what?

Where could you get a viewer that steps through the java class file?
 
P

Paul Lutus

Albretch said:
Where could you get a viewer that steps through the java class file?

The closest commonly available thing is "javap", and you have it already.
 
J

John C. Bollinger

Albretch said:
I need one. Kind of a hex file viewer that understand teh java class
file format definition

I looked into Bill Verner's "Inside the JVM 2e" examples and found out
that he wasn't really reading through the class file format but a mock
text file "/applets/GettingLoaded/ActText.txt"

Now, isn't that one a really odd joke or what?

Where could you get a viewer that steps through the java class file?

You could build one fairly easily with Jakarta BCEL. (BCEL == ByteCode
Engineering Library.) There may be existing apps that do what you want,
but I can't name any for you.


John Bollinger
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top