I am working on PhoneGap BlackberryWebWorks i have install BlackBerry WebWorks plug-in:2.5.1 and Blackberry WebWorks SDK:2.0.0. and PhoneGap 0.9.4.but while building the project in eclipse i am getting the following error

  Errors occurred during the build.
  Errors running builder 'Faceted Project Validation Builder' on project 'PhoneGapSample'.
  Could not initialize class org.eclipse.jst.j2ee.project.facet.IJ2EEFacetConstants 

I am not getting any idea how to proceed ahead to remove this error.If any one have any idea about this. it will help me to overcome from this error. Thanks, Sagar.

link|improve this question

47% accept rate
feedback

2 Answers

up vote 7 down vote accepted

Right click on your project >>> Properties >>> Project Facets >>> uncheck Static web Module

Hope to help.

Regards,

link|improve this answer
Thanks for your reply.but i have done this.now i am having new issue,when i am running my Phonegap webworks app.it gives me file system currupt error.but when i am running my normal BB app it's not showing me any error. i am running both app in the same simulator. – Sagar Aug 25 '11 at 9:08
thanks work for me – Ajay Patel Nov 2 '11 at 12:40
it is already unchecked.. :( – Kush Mar 26 at 6:54
If you don't have Project Facets available as a menu option then follow neo's directions in the answer below to first install the Java EE Developer Tools. This problem isn't specific to phonegap or blackberry development. They just had additional dependencies in the toolchain which weren't being met with the vanilla Eclipse for Java Developers install. – cclark May 22 at 16:34
feedback

The accepted answer didn't work for me, but I found a solution: you need to install into the Eclipse plugins/ directory the .jar for org.eclipse.jst.j2ee.ejb, because it seems like you need it, but Eclipse WST doesn't properly depend on it, so it is not always installed when it should be.

The issue is completely unrelated to PhoneGap or Blackberry development, by the way.

link|improve this answer
1  
I had the same issue with using Google Web Toolkit (GWT) without having Web Tools Platform (WTP) installed. Solution: Add update site found here and just install "Eclipse Java EE Developer Tools", then it works. – neo May 15 at 18:58
I use GWT as well and when I installed Eclipse Java EE Developer Tools from the links neo gave my issue went away as well. I actually think it could stand alone as a separate answer to this question for anyone who encounters the error regardless of if they're doing phonegap or blackberry development. – cclark May 22 at 16:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.