Archive for April, 2009

And Oracle Buys Sun

This acquisition showed me, good marketing always owns good engineering.
As creator of Solaris, Java ( even vi text editor) I have good feelings againts Sun Microsystems. They have created very notable rock solid products of software history and they will remain as is.

Read the rest of this entry »

Comments

Java Debugging With Eclipse

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 »

Comments