IBM Worklight 6.1 - Worklight project created as JavaScript project

96 Views Asked by At

Have updated to Worklight 6.1 but when I try to create a new Worklight project it is created as a JavaScript project instead of Worklight project. How should I correct this?

1

There are 1 best solutions below

2
On

To create a JavaScript Project in Eclipse you would actually have to go through File > New > Project > JavaScript Project. For Worklight you would click on the Worklight icon in the toolbar. A very distinct project is created for each...

Make sure you are using Eclipse Java EE 4.2.2 ("Juno" SR2) or 4.3.1 ("Kepler" SR1) and that you are indeed choosing to create a Worklight project.

In the image below:

  • "test" is a JavaScript Project
  • "test2" is a Worklight Project


Full size: https://i.stack.imgur.com/okvnX.png enter image description here