ZDE 5.5 On OSX
Even though I am in the process of trying to replace it, Zend Studio 5.5 is still my day-to-day IDE for development. However, on OSX Leopard, it has seemed for a while, like the app was decaying — growing progressively crashier the more I used it. Literally, to the point where I could use it.
I think, however, I have solved the issue.
Simply edit /Applications/Zend/ZendStudio-5.5.1/bin/runStudio_mac.sh and make the following change:
java -Xms16m -Xmx256m -cp ZendIDE.jar:MRJToolkitStubs.zip:sftp.jar:axis.jar:commons-discovery-0.2.jar:commons-logging-1.0.4.jar:javaxzombie.jar:jaxrpc.jar:saaj.jar:wsdl4j-1.5.1.jar:jhall.jar:../docs/help.zip com.zend.ide.desktop.Main
becomes:
/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home/bin/java -Xms16m -Xmx256m -cp ZendIDE.jar:MRJToolkitStubs.zip:sftp.jar:axis.jar:commons-discovery-0.2.jar:commons-logging-1.0.4.jar:javaxzombie.jar:jaxrpc.jar:saaj.jar:wsdl4j-1.5.1.jar:jhall.jar:../docs/help.zip com.zend.ide.desktop.Main
This just explicitly makes it use JVM 1.5, which is, after all, what it was built for.
Once I did this, it became snappy again, and seems to be far less crash-prone, hurrah!
- Davey
One Response to “ZDE 5.5 On OSX”
@JillyEnFuego it's where they pretend a bunch of folks survived the apocalypse and what they have to do to survive; reality style
@dshafik [11 hours ago]
@dshafik Oooh! See that's why I have to DVR things, I can't keep up with when shows come on.
@tattooedmommie [13 hours ago]
@tattooedmommie it started last night...
@dshafik [13 hours ago]
@dshafik hahahaha.. doesn't everyone?
@beth_warren [14 hours ago]
@david973 I've known her 14 years; so I'm not far behind :P
@dshafik [14 hours ago]

















I thought I was going crazy! I hadn’t even upgraded to Snow Leopard yet (it hasn’t arrived yet) but ZDE 5.5.1 was slowwwwing wwwaaaayyyy down when parsing css files (or so it seems). This had been going on since update to Apple’s latest round of Java upgrades.
Thanks so much for make my Zend 5.5 all nice and speedy again. Zend 6 suck, IMHO. You can’t even edit and save a file without creating a Project first! Sheesh. I hope that they go back to developing/supporting ZDE 5.5.x again. I couldn’t work without it.