The Artima Developer Community
Sponsored Link

Java Answers Forum
Byte Code Reader!!!!

2 replies on 1 page. Most recent reply: Dec 7, 2002 8:58 AM by Thomas SMETS

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
ashar

Posts: 11
Nickname: asharjaved
Registered: Nov, 2002

Byte Code Reader!!!! Posted: Nov 28, 2002 5:58 PM
Reply to this message Reply
Advertisement
How can i read the JAVA Byte code or Class file.
Actually i want to show the structure of java class file in my application.
Plz guide me in doing this .thanx


girish

Posts: 1
Nickname: giri
Registered: Dec, 2002

Re: Byte Code Reader!!!! Posted: Dec 5, 2002 1:48 AM
Reply to this message Reply
well u can use Java DCompiler to see the contents of u r .class file in .Java form

Software : Java D-Compiler.exe

or

Mocha

Thomas SMETS

Posts: 307
Nickname: tsmets
Registered: Apr, 2002

Re: Byte Code Reader!!!! Posted: Dec 7, 2002 8:58 AM
Reply to this message Reply
There is a library provided with NetBean to do that.
Actually,there was a library...
Give a look at the NoUnit project on the Sourceforge (a spacial extension of JUnit).

I know Paul (Browne) was using it to reach his Goal.
Give a look at http://nounit.sourceforge.net/

Good luck,

Thomas SMETS,
SJCP2 - Brussels

Flat View: This topic has 2 replies on 1 page
Topic: button functionality Previous Topic   Next Topic Topic: Can text be inserted into a file using RandomAccessFile?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use