1

I am getting a Error java.lang.nullpointerexception while creating new project using Zend studio.

I am using Zend Studio 9.0.1

I have used following steps:

File -> New -> Local Php Projects -> Add Project name, then click Next -> Click Finish.

enter image description here

Please suggest how can i resolve it.

Sunny Patial
  • 379
  • 1
  • 3
  • 14
  • What does it say when you click on the "Details" button? – gabe3886 May 08 '15 at 10:19
  • This has nothing to do with PHP. I believe this is an application error. `NullPointerException` is thrown when an application attempts to use null in a case where an object is required. Try to re-install / or fix it maybe (if there is such option) – Ilgıt Yıldırım May 08 '15 at 10:20

1 Answers1

0

I uninstall Zend studio then again with new installation its working fine.

Sunny Patial
  • 379
  • 1
  • 3
  • 14