What a surprise, just moved from MacOSX Leopard to Snow Leopard and what did I find?
Zend Development Studio doesn’t like the Java version already installed, the code is disappearing! the Java I had:
$ java -version
java version “1.6.0_17”
Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248-10M3025)
Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01-101, mixed mode)
I research a little and I found the fix: OS X 10.6 Snow Leopard Java problems (and fix)
At the end, everything working on 1.5:
$ java -version
java version “1.5.0_19”
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_19-b02-304)
Java HotSpot(TM) Client VM (build 1.5.0_19-137, mixed mode, sharing)
Enjoy it!
http://wiki.oneswarm.org/index.php/OS_X_10.6_Snow_Leopard