April 21, 2009 at 11:56 am
· Filed under Java
In this post, I will try to show, how you can debug a java program with eclipse. Eclipse debugger has many interesting features may be you even don’t know. You can assign breakpoint to code line and you can also program this breakpoint. You can change variable values on the fly. These features are time saver because they provide more straightforward way to inspect bugs.
Read the rest of this entry »
Permalink
January 2, 2009 at 6:09 am
· Filed under Java
When I have first downloaded eclipse europe (3.3) , I opened the software updates window to install tools which I have used intensively. Eclipse VE was one of them. But I could not find anything. Then I searched a bit to what happened eclipse VE. According to their web page
Please note: 2007-10-03: Current official builds of the Visual Editor require Eclipse 3.2 (Callisto). The Visual Editor is migrating progressively to Eclipse 3.3 (Europa). Preliminary instructions on testing preview builds are available on theVE wiki. Thank you for your patience and supporting the project!
Read the rest of this entry »
Permalink