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 building a PHP project, this error occurred when I opened Zend Studio for Eclipse
An internal error occurred during: "Building PHP projects ..."
java.lang.NullPointerException
Very annoying. After an error occurs, 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, share it:
In the menu Select Window -> Preference -> General -> Startup and Shutdown
Remove the two options "Advanced Debugger UI Plug-in" and "PDT debug daemon Plug-in".
Turn off "Build Automatically"
In the project Right click -> "Properties" > "Builders", remove "PHP Project Builder"
The above introduces the solution to the javalangNullPointerException error in Zend Studio for Eclipse, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.