cancel
Showing results for 
Search instead for 
Did you mean: 

Adding new jar to a ECO Track

Former Member
0 Kudos

Hi,

We're working with the ECO, and in this project we've added new features in the ECO software, the problem we're facing is that we use some extras jar so I've followed some steps like:

-Create a new Library project

-Copied the jar files and added then to two public parts assembly / default

-Created a new project to make this libraries able to be deployed

-Added the use DC the lib component and created a new Public Part

-Add in the used DCs of the b2b component

With these steps I'm able to build the project and even the NWDI can build the software, but the problem is after the deployment when we try to access the application it throws an exception No Class Definition.

Anyone has any idea of what is happening? I've tried to add the ExtLib deployable project to the ear project but it didn't work.

Thanks and Regards,

Eduardo

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I solved the problem creating a deployable dc with the jars, when you define the public part you can decide if it'll be used as api or a deployable package, once it was defined as a api in the nwdi it was able to build the project.

Best regards,

Eduardo