Showing posts with label macosx. Show all posts
Showing posts with label macosx. Show all posts

Tuesday, November 2, 2010

Mounting NTFS on Mac Snow Leopard

The program of NTFS Mounter makes it possible to read and write

Friday, October 1, 2010

Change default programs in Mac OSX

view file information (right-click file and get info).

change default program on the option "open with".

ref.)

Friday, June 18, 2010

cannot load 32 bit SWT libraries on 64 bit JVM

on eclipse, MacOSX Snow Leopard

error message : cannot load 32 bit SWT libraries on 64 bit JVM

I changed java preferences using GUI. The preferred order of java is that first 32-bit, second 64-bit. However it doesn't take effect.

I googled and found the easy solution.
The JVM argument is given "-d32". If you'd like to run 64 bit JVM, give "-d64".

reference