English 中文(简体)
Having problems creating a new project in Zend Studio 7.0.2 (ubuntu 9.10)
原标题:

I ve just installed Zend Studio 7.0.2 on my Linux-Ubuntu 9.10 system. There were no problems during the installation but when I try to create a new project, the New Project form hangs when I click the Finish button. I can cancel the form but no project is created.

I suspect it may be a permissions problem!?

I have Zend Studio installed in:
/home/myname/Zend/ZendStudio-7.0.2

And the workspace in:
/home/myname/Zend/workspace

The perms for these dirs are:
drwxrwxrwx 4 myname myname 4096 2009-11-09 15:09 workspace
drwxrwxrwx 12 myname myname 4096 2009-11-09 15:10 ZendStudio-7.0.2

I m quite new to linux so I m probably missing something really obvious.

Does anyone have any ideas as to why I can t create a new project?

Many thanks,
Josh.

最佳回答

This problem is not that the form hangs - it s because the finish button doesn t gets clicked. This is an issue with Ubuntu 9.10 and Eclipse 3.5 (Zend studio is based on Eclipse).

The simple solution is to use the spacebar to press those buttons (the "New Project" Finish button isn t the only one).

However - there is a solution here: http://blog.export.be/2009/10/fixing-eclipse-for-ubuntu-karmic-koala-9-10/

问题回答

暂无回答




相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

encoding of file shell script

How can I check the file encoding in a shell script? I need to know if a file is encoded in utf-8 or iso-8859-1. Thanks

How to write a Remote DataModule to run on a linux server?

i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service ...

How can I use exit codes to run shell scripts sequentially?

Since cruise control is full of bugs that have wasted my entire week, I have decided the existing shell scripts I have are simpler and thus better. Here is what I have so far svn update /var/www/...

Good, free, easy-to-use C graphics libraries? [closed]

I was wondering if there were any good free graphics libraries for C that are easy to use? It s for plotting 2d and 3d graphs and then saving to a file. It s on a Linux system and there s no gnuplot ...

热门标签