The Artima Developer Community
Sponsored Link

Web Services Forum
Java Byte Code

2 replies on 1 page. Most recent reply: Apr 30, 2003 3:15 PM by James Patterson

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
Chrystal

Posts: 2
Nickname: redsatin
Registered: Apr, 2003

Java Byte Code Posted: Apr 19, 2003 3:54 PM
Reply to this message Reply
Advertisement
Hi all, I am doing a research project on Java Byte-Code. I have not been successful in locating any information at all. If I could to the root of the programs Byte-code (how it uses binary) I would be very thankful. Perhaps someone knows where I can research such information. Thanks.


James Patterson

Posts: 16
Nickname: jmep
Registered: Mar, 2003

Re: Java Byte Code Posted: Apr 30, 2003 2:39 PM
Reply to this message Reply
The best place is Sun's JVM spec:

http://java.sun.com/docs/books/vmspec/2nd-edition/html/VMSpecTOC.doc.html

(especially Ch4 & 6), but it's not a light read. You could also look into decompiling:

http://www-106.ibm.com/developerworks/java/library/j-obfus/

Finally, study some code that dynamically manipulates classes, for example:

http://www.jboss.org/index.html?module=html&op=userdisplay&id=developers/projects/javassist

Good luck!
James

James Patterson

Posts: 16
Nickname: jmep
Registered: Mar, 2003

Re: Java Byte Code Posted: Apr 30, 2003 3:15 PM
Reply to this message Reply
...sorry, I just re-found this one (and I don't know how dated it is):

http://www.javaworld.com/javaworld/jw-09-1996/jw-09-bytecodes.html

James

Flat View: This topic has 2 replies on 1 page
Topic: Decoding XML Previous Topic   Next Topic Topic: Tomcat and Axis

Sponsored Links



Google
  Web Artima.com   

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