Link to home
Start Free TrialLog in
Avatar of sureshramu
sureshramu

asked on

Classpath error in WSAD and not in RAD

Hi,
I developed my web service in RAD and afgter checking the code in source control, I imported the project into WSAD (client has WSAD). The imported project in WSAD is showing "Unbound classpath container: org.eclipse.jst.j2ee.internal.web.container" and "Unbound classpath container: org.eclipse.jst.j2ee.internal.module.container" errors. What could be different in the setup in RAD and what could be different when I import the project into WSAD?
Regards.
Avatar of humanonomics
humanonomics
Flag of India image

Are all the jar files present in the new set up and are appropriately mentioned in the classpath of the project setup ?
Avatar of sureshramu
sureshramu

ASKER

What jar file are these container classess part of? My initial check of the jar files indicates the correct number. Could the versions be different? RAD 7.0 and WSAD 5.1.2. I have attached a word document with build path screenshots from both WSAD and RAD.
Thanks.
Classpath-screenshot.doc
Additional info. In RAD as per the screen shot, the two files are not visible and they are part of the classpath file. In WSAD after importing the project, these two files along with other libraryfiles are visible in the classpath file as well.

Thank you.
I came across this article on IBM site that describes how WSAD and RAD handle classpath entries. In WSAD, I replaced the classpath file entries with explicit paths to all the required jar files. That solved the issue.

http://www-1.ibm.com/support/docview.wss?rs=2042&context=SSRTLW&dc=DB520&dc=DB560&uid=swg21304802&loc=en_US&cs=UTF-8&lang=en&rss=ct2042rational
ASKER CERTIFIED SOLUTION
Avatar of sureshramu
sureshramu

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial