Link Details

Link 178720 thumbnail
User 225256 avatar

By mswatcher
via codeproject.com
Published: Apr 30 2009 / 21:58

Java Class File is one of the key reasons that Java can run on various platforms. The java class file is designed as a byte stream, with a specific structure as described in the JVM Spec, chapter 4. Well, it is not easy for a beginner to understand the VM Spec; Java Class Viewer is a visual yet powerful application which can show the meaning of each byte of the class file.
  • 11
  • 2
  • 1748
  • 639

Comments

Add your comment
User 231703 avatar

MattRussell replied ago:

0 votes Vote down Vote up Reply

"You must logon to download zip files" -- no thanks.

User 411852 avatar

jCFL replied ago:

0 votes Vote down Vote up Reply

You don't have to logon to Code Project to download the attachments for this article now.
The link has been updated.

User 265881 avatar

Topnotch replied ago:

0 votes Vote down Vote up Reply

'"You must logon to download zip files" -- no thanks.'

This used to not be required with codeproject. I guess they want to monitor who is downloading what by forcing people to become members first. It makes me wonder if they are going to start charging to download projects in addition to the new registration.Honestly, several of the projects usually have severe bugs too and wouldn't be worth the price if they did charge. Interesting article but the behavior from an educational style software development site like codeproject is a little worrying...

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.