Those days my work is focus on eclipse's update. Now I understand the general mechanism and meet some issues when using it in development work. The update mechanism includes four major types: install, enable, disable and uninstall. And all of those operations can be executed by command line, such as installing a …
Read MoreI met a defect that dynamically created menu items disappear after creating a new viewPart. It caused me overtime last Friday. Today I find the root cause. The scenario is: open first document, the items are shown well open another document, the items disappear The requirement is that showing the menu items while …
Read MoreI need use remote debug in our project, however just some experience in Weblogic were found from internet. After my investigation, I got some experience about using Eclipse remote debug RCP. There are two important parameters for jvm. And we must launch remote java app with those two parameters. -Xdebug //tells jvm …
Read More