When running a WO Application in WOLips the following steps currently need to be followed in order for WOLips to resolve components and resources on the classpath.
- Follow this tutorial Run or Debug a WO Application. Note, the application may fail to start.
- Stop the application and open the run/debug configuration
- Switch to the classpath tab
- Click on Advanced... selecting Folders
- Add your application and dependant framework's build/.../'Java' folders
- Your results will look something like this
Classpath Containers are more convenient
You may find yourself doing the above often and it can become painful. Classpath containers become much more convenient...
- Follow up to point 3 above
- Click on Advanced... selecting Add Classpath Variables
- Click the Configure Variables... button, and for each folder you would have added above define a variable. I've called mine BUNDLE_SOMETHING
- Now you can select the ones you need for the app and click ok
- You'll have something looking like this
Now you can apply changes and run/debug. You may from time to time need to use Project > Clean... when WOLips gets into a weird state.