Feed on
Posts
Comments

Monthly Archive for June, 2010

Ruby + Rails Install on Snow Leopard

I followed the HiveLogic Ruby/Rails/Snow Leopard Install Guide and installed my own version of ruby/rails in /usr/local. Very straightforward and well reasoned guide. My installation did not work without some post-tweaking though. I had to change the /usr/local/bin/rake that gem installed to permissions 755. The “sudo gem install rake” command had the ownership/perms so that [...]

Read Full Post »

Eclipse, Java on Snow Leopard

I found I have to start eclipse with some new options to run 3.2 on Snow Leopard. $ ./eclipse -clean -consolelog -d32 -vm /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java I need to run the java 1.5 vm and use 32 architecture (Snow Leopard uses 64 bit java by default). I was getting all sorts off odd errors otherwise — class [...]

Read Full Post »