Busy cursor in Eclipse

Eclipse 2010. 2. 5. 00:14
        Runnable runnable = new Runnable() {
            public void run() {
                // code to execute
            }
        };       
        org.eclipse.swt.custom.BusyIndicator.showWhile(null, runnable);

http://dev.eclipse.org/newslists/news.eclipse.tools/msg40810.html
Posted by zennken

http://blog.elitecoderz.net/category/development/java/eclipse-java-development/

The usefull information in this special case is: org.apache.commons.lang.exception.NestableError: Java Model Exception: Java Model Status [src/net/project/windows [in project] does not exist] for any reason, eclipse can not open a special file on the workbench. After several tries I found a way to solve this problem:

  • Make a backup of your “.metadata“-folder (very important!!)
  • navigate into the “.plugins“-folder located inside “.metadata
  • delete the folder “org.eclipse.ui.workbench
  • startup eclipse again and check if there is still everything you need
Posted by zennken

AIX Debugging

OS/AIX 2009. 12. 8. 13:26

AIX 5.2 performance tools update, Part 2

http://www.ibm.com/developerworks/systems/articles/AIX5.2PerfTools.html
Posted by zennken

zennken

달력