The Artima Developer Community
Sponsored Link

Java Answers Forum
java class files

1 reply on 1 page. Most recent reply: Dec 2, 2003 11:48 PM by Alex S

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 1 reply on 1 page
kiruthiga

Posts: 2
Nickname: kiruthiga
Registered: Dec, 2003

java class files Posted: Dec 1, 2003 8:39 AM
Reply to this message Reply
Advertisement
is it possible to manipulate a java class file via core java program?if so how is it attained?


Alex S

Posts: 27
Nickname: andu
Registered: Mar, 2003

Re: java class files Posted: Dec 2, 2003 11:48 PM
Reply to this message Reply
Try http://www.jboss.org and look for javassist project. Easy to use.

A second choice would be BCEL project from jakarta: http://jakarta.apache.org/bcel/index.html.

Tell me if these links are helpful to you.

Flat View: This topic has 1 reply on 1 page
Topic: how static implement? Previous Topic   Next Topic Topic: Whats the difference between System.arraycopy() & Object.Clone() method?

Sponsored Links



Google
  Web Artima.com   

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