PDA

View Full Version : [ubuntu] zend studio 5.5



mhkonly
February 18th, 2010, 09:23 AM
I installed zend studio 5.5 successfully, but when I try to open it open as a gray screen (blank).
I cant do any thing after that (with zend studio I mean)

any solution?

kellemes
February 18th, 2010, 10:19 AM
I installed zend studio 5.5 successfully, but when I try to open it open as a gray screen (blank).
I cant do any thing after that (with zend studio I mean)

any solution?

Have you tried running it from the commandline?
The terminal output may shed some light on the issue..

mhkonly
February 18th, 2010, 11:04 AM
Have you tried running it from the commandline?
The terminal output may shed some light on the issue..


yes I tried it the same result!

Dirk Hahn
October 22nd, 2010, 05:17 PM
Hi there,

just to leave this question not unanswered: the trick that worked for me is described on the following site:

http://bwyan.dk/?p=221

The author desribes that a simple additional line will do the trick:


gedit ./Zend/ZendStudio-5.5.1/bin/ZDE
scroll down to line 1693. You'll find the following code there:


#debugOut ""
debugOut "[7m========= VM Command Line ============================================[0m"
#debugOut "CLASSPATH=$lax_class_path"
now change line 1963 to the following:



options="$options -Dawt.toolkit=sun.awt.motif.MToolkit"
#debugOut ""
debugOut "[7m========= VM Command Line ============================================[0m"
#debugOut "CLASSPATH=$lax_class_path"

Save the file you just edited and start the Zend Studio. It should work now.

RJARRRPCGP
October 23rd, 2010, 03:03 AM
Likely a missing dependency.