Home > php教程 > php手册 > body text

Zend Studio for Eclipse的java.lang.NullPointerException错误的解决方

WBOY
Release: 2016-06-13 12:25:40
Original
1140 people have browsed it

当然这个东西很吃内存,配置差点的就不推荐使用了.

最近用的时候, 发现, 建立PHP工程后,再打开 Zend Studio for Eclipse就出现这个错误

An internal error occurred during: "Building PHP projects ..."
java.lang.NullPointerException

很烦人的. 出错后PHP projects 会停止build,代码提示就全部没有了.需要手动rebuild.

今天在zend论坛找到一个解决办法,分享一下:

菜单中选择 Window -> Preference -> General -> Startup and Shutdown
将"Advanced Debugger UI Plug-in" 和"PDT debug daemon Plug-in" 的两个选项去掉.
关闭 "Build Automatically"
在工程上右键-> "Properties" > "Builders" , 去掉 "PHP Project Builder"

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template