Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Grabbing byte code from post editor reconcile
Grabbing byte code from post editor reconcile [message #818063] Sat, 10 March 2012 22:37 Go to next message
Eclipse UserFriend
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 01:18 Go to previous message
Eclipse UserFriend
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 May 20 00:06:53 EDT 2025

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

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

Back to the top