Category Archives: java

Help me with PermGen:OutOfMemoryException

I have a plugin developed for and AJAX based application with the help of Platform + EMF + WTP combination. Many of the clients who report this out of memory have following conditions… # Eclipse or Windows OS is not … Continue reading

Posted in eclipse, java, plugins | Leave a comment

JSON2XML TreeViewer plugin for Eclipse

I have been working on the WEB2.0 platform from past one year. All the while i was looking out for simple plugins for eclipse to visualize and analyze the  json that either i built or got from server. It is … Continue reading

Posted in eclipse, java, plugins | Leave a comment

TOP 10 Eclipse Shortcuts

Most of us who are using eclipse for at least 1 year are familiar with the shortcuts. Its been quite challenging to know and remember all the shortcuts during the development time. And of course we dont need all of … Continue reading

Posted in eclipse, java, plugins | Tagged , | 36 Comments

How to position Eclipse Dialogs and Messages at ceter of screen.

I want to share a common issues that most of the UI programmers come across. When we program with lots of dialogs and messages in any kind of applications, for the usability and predictability we would want most of them … Continue reading

Posted in eclipse, java, plugins | Tagged , | Leave a comment

Eclipse SWT Browser and Cross Browser compatibility

I have been using the Browser widget from past 1 year in my project which is targetted on AJAX and SOA kind of integration environments in Eclipse. As one can imagnine that the inbuilt browser capabilities are necessary on AJAX … Continue reading

Posted in eclipse, java, plugins | Tagged , , | Leave a comment

At what level do you use eclipse ?

 Eclipse the ubiquitous platform has survived another challenge by releasing the Europa and i am already seeing the # of downloads. Initially it was Java IDE then RCP Platform then Tool Building Platform and now as i know its an … Continue reading

Posted in eclipse, java, plugins | Tagged , | Leave a comment

Performance tools for Eclipse RCP Applications

Recently i have been looking for the Testing, Performance and Runtime Visualization tools for Eclipse RCP Platform. The real challenge is to choose the variety of the tools that we have today in the market and which one suits us. … Continue reading

Posted in eclipse, java, software | Tagged , , | Leave a comment

java.lang.OutOfMemoryError: PermGen space

Looks like this is been a common error for almost memory intensive applications now-a-days. I have been working on eclipse for a long time and recently with the Eclipse + Java 1.5.0_04 + EMF + WTP combimation of installation, i … Continue reading

Posted in java | Tagged , | Leave a comment