Home  >  Article  >  Backend Development  >  Solution to java.lang.NullPointerException error in Zend Studio for Eclipse_PHP tutorial

Solution to java.lang.NullPointerException error in Zend Studio for Eclipse_PHP tutorial

WBOY
WBOYOriginal
2016-07-21 15:48:42978browse

Of course, this thing consumes a lot of memory, so it is not recommended if the configuration is poor.

When I used it recently, I found that after setting up a PHP project, and then opening Zend Studio for Eclipse, this error occurred

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

It is very annoying. After the error, PHP projects will stop building, and all code prompts will disappear. You need to rebuild manually .

I found a solution in the zend forum today and share it:

Select Window -> Preference -> General -> Startup and Shutdown
Change "Advanced Debugger" from the menu Remove the two options "UI Plug-in" and "PDT debug daemon Plug-in".
Turn off "Build Automatically"
Right-click on the project -> "Properties" > "Builders" and remove "PHP Project Builder"

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/319711.htmlTechArticleOf course, this thing consumes a lot of memory, and it is not recommended for those with poor configuration. When I used it recently, I found that After PHP project, this error appears when opening Zend Studio for Eclipse An interna...
Statement:
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