The Artima Developer Community
Sponsored Link

Java Answers Forum
Can Aspectj instrument binary (do not have source files)

0 replies on 1 page.

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 0 replies on 1 page
victoria nitchiporouk

Posts: 1
Nickname: vicki
Registered: Sep, 2004

Can Aspectj instrument binary (do not have source files) Posted: Sep 27, 2004 6:30 PM
Reply to this message Reply
Advertisement
I am trying to find step by step instructions on compiling with ajc when there is no source code for the target of instrumentation, but just classes. What I have is: my aspect (.java file), and a class file I want to instrument. What should I put in lst file in this case? Do I need it at all? What options of ajc do I use? I know that aspectj doesn't touch source, and instruments binary, but I haven't been able to find a way not to reference the target source file and successfully compile with ajc. If anyone can give me a sample line on how to do it, I would greatly appreciate it!
Vicki

Topic: for the experts a ques 4m a novicee Previous Topic   Next Topic Topic: LinkList and sorted Link list Method

Sponsored Links



Google
  Web Artima.com   

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