Hey I started this thread in the wrong place today so someone could maybe move it for me?
The problem I have now is that even though the whole workspace builds correctly i.e. all third party jars etc. are referenced properly, I still get deployment exceptions because of missing classes.
Do I need to configure the class path for WAS deployment separately from the projects in MyEclipse?
I’ve tried adding ws.ext.dirs to the server and also adding dirs to the Paths screen in the config of the WAS5.x connector, but still get:
The project was not built since its classpath is incomplete. Cannot find the class file for com.kainos.utils.CCollection.
This all builds fine in MyEclipse. That CCollection class is in a little helper library which is referenced as an external jar in the workspace.
Any thoughts?