Calendar

July 2010
S M T W T F S
« Jun    
 123
45678910
11121314151617
18192021222324
25262728293031

How Do I Uninstall NetBeans in Mac OS X?

Drag-and-drop to trash all the folders NetBeans 6.x.app, glassfish-v2.x (if installed) , glassfish-v3 (if installed), sges-v3 (if installed), apache-tomcat-x (if installed)
Delete ~/.netbeans/6.x if you don`t want to save your NetBeans settings or if your IDE behaves strangely.
To clear the history of the installed software on Mac OS 10.6 Snow Leopard delete /private/var/db/receipts/org.netbeans.*, glassfish-v3* (if installed), [...]

Setup Environment and Path on OSX

Set PATH
sudo vi /etc/paths

OSX: Move Files Instead of Copying

You do not have to copy and then delete when moving files on your apple box. Here is how to do it all with one command. This tutorial describes how to drag and drop to move a file from one location to another.
When copying files from one location to another, I have always found it [...]

Enable Expose and Spaces for the Magic Mouse

download BetterTouchTool

Developing Java ME on Mac OS X

To install and setup Netbeans on Mac is no problem. Running a J2EE or J2SE application would then be fairly similar to Windows. But running J2ME has a little problem.
To work with mobile application, one can follow the helpful Netbeans + Mobility + Mpowerplayer Guide. However, the guide did not cover how to add optional [...]