cancel
Showing results for 
Search instead for 
Did you mean: 

Problem while migrating EJB Project developed in NWDS 2.0.11 to NWDS 7.1

Former Member
0 Kudos

Hi all,

I have developed one EJB Project using NWDS 2.0.11 and now i am migrating it to NWDS 7.1. I have copied that EJB project into the work space of NWDS 7.1. Now its giving build problems for the class path variables for ejb20.jar like...

Unbound classpath variable: 'TSSAP_JAVAX_HOME/lib/ejb20.jar' in project RemoteDeployEJB RemoteDeployEJB July 27, 2006 11:52:09 AM 29

so pls help me to resolve this issue.How to set class path for that variable in my NWDS 7.1.

Regards,

Kiran.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Right click on your project.

Select Java build path--> Libraries.

Click on Add variable.from the list, select <b>TSSAP_JAVAX_HOME</b>.

This puts the variable which points to the directory onto classpath hence select the newly added entry and click on edit. on the dialog box that pops up,click on the extension button and select the ejb20.jar from lib. That should solve your problem.