Deploying Projects with JQuery with Eclipse to WebLogic Server

Seems Eclipse determines that there is something wrong with JQuery and refuses to deploy a web application containing it. The work-around is to give up validation of JavaScript, specifically with two steps:

  1. Turn off automatic build, go to Navigator view for your project, open the .project file and remove the following line: <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
  2. In project properties go to Builders and de-select the JavaScript Validator

Remove JavaScript Builder

 

(Click image to enlarge)

If you found this interesting, please share.

© Scott S. Nelson

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.