Do not display interface problems:
It cannot be displayed normally after it is opened. Only the title bar is displayed normally.
Solution:
Use VI to open zend_development_environment (related to the path you selected for installation, find it), and enter
/Set nu
In input 1693
There will be code similar to the following near it (the number of lines may be different, but it should be similar)
1693:
1694: debugout ""
1695: unset posixly_correct
1696. If [$ do_not_fork]
Change to (that is, add the row 1693)
1693: Options = "$ options-dawt. Toolkit = sun. AWT. motif. mtoolkit"
1694: debugout ""
1695: unset posixly_correct
1696. If [$ do_not_fork]
Garbled:
Install Zend studio for Linux today. After running, all the boxes are @@@@@
Solution:
1. Create a folder fallback in/usr/local/Zend/ZendStudio-5.5.0/JRE/lib/fonts;
2. Copy simsun. TTC to this directory, or copy simsun. TTC to simsun. TTF.
Run zde successfully. ^_^. (Note: simsun. TTC can be found in the C:/Windows/fonts/directory.) (note the permission of the fallback directory)
To sum up, we can see that other methods on the Internet are:
Method 1 :. copy simsun. TTC () to the/usr/local/Zend/XXX/JRE/lib/fonts directory, delete all. TTF file, that is, delete all fonts and modify fonts. dir, change all fonts to simsun. TTC.
Method 2 :. the/usr/local/Zend/JRE is still in the recycle bin. After a hundred times, Linux will use the default JRE Font environment to configure Zend studio. If you are lucky, the display will be better, however, you cannot set the font and restore the original JRE folder.
In the beginning, I followed method 1 and did not solve the problem for a long time. Maybe it was a younger brother.
As for the second method, I don't think there will be any results. First, if Zend studio is configured with the JRE Font environment, if you haven't installed jre before, after zde's JRE is deleted, zde depends on what to run. If JRE is installed before, it may be the same as me. It is also a square, and the problem cannot be solved.
This method can be solved at least in the fcseries environment. As for other release versions, I cannot try it one by one. If you have any questions, contact me,
This article is original, such as reference please indicate the source http://antsclub.spaces.live.com /.
After talking about this, the solution to this problem is actually very simple. At the end of the day, you will find that there are only two sentences to solve, but it is because it is a question you don't know at the beginning. You need to spend time analyzing it and then find a solution to the problem.