Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Grabbing byte code from post editor reconcile
Grabbing byte code from post editor reconcile [message #818063] Sun, 11 March 2012 03:37 Go to next message
Caleb Champlin is currently offline Caleb ChamplinFriend
Messages: 1
Registered: March 2012
Junior Member
I'm wondering if it's possible to get at the byte code generated after a user makes a modification in the java editor (I'm assuming the byte code is generated as eclipse highlights compiler errors on the fly). If so could anyone point me in the direction of getting at it. At the moment I'm experimenting with adding AddElementChangedListener's with POST_RECONCILE but I've kind of hit a dead end as far as trying to locate class byte code within that.

Any help would be appreciated
Re: Grabbing byte code from post editor reconcile [message #818778 is a reply to message #818063] Mon, 12 March 2012 05:18 Go to previous message
Satyam Kandula is currently offline Satyam KandulaFriend
Messages: 444
Registered: July 2009
Senior Member
Reconcile doesn't generate the byte code but just compiles to get the errors and the warnings. You could add a CompilationParticipant to listen to the buildFinished event.
Previous Topic:dynamic width,height in birt viewer tag in jsp
Next Topic:Automatic formatting tool
Goto Forum:
  


Current Time: Tue Apr 23 14:34:44 GMT 2024

Powered by FUDForum. Page generated in 0.02746 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top