cancel
Showing results for 
Search instead for 
Did you mean: 

what are the specifications to create Jar File

Former Member
0 Kudos

Hi All,

I have two Java class one is helper class another is Simple Bean class.

I want to use in JavaBeanModel in DC.when i am creating JavaBeanModel.

Its saying Invalid Jar No JavaBeans available for Import.

I am creating jar file by follwing command jar cfv test.jar .

Folder contains only 2 java calsses i guess manifest file is missing how to specify that.

Thx & Regards

Sridhar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Plz Refer these thread

Regards,

Beevin.

Answers (1)

Answers (1)

vijayakhanna_raman
Active Contributor
0 Kudos

Hi

Why not create jar from studio itself if it is NWDS project? U can right click the project -> Export -> Jar. There , u have ways to select ur classes to be in jar and also the manifest can be created new or u can use exisintg manifest file. That would work fine. Check it out.

Regards,

Vijai

Former Member
0 Kudos

Thanks both of you

Solved by own, manifest file was missed.

Thx & Rgrsds

AW