Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

specifying multiple classpath entries in manifest file

807599Jan 21 2007 — edited Jan 21 2007
HI all,

I want to make one jar file executable so i have created the jar file with specifying manifest file including main-class & class-path.

But my class-path is little over 75 bytes .There is restriction of entries should be only 70 lines.so jar file is not taking the last 6 bytes.
I have specified multiple classpath entries but it is taking only last entiy only..

How can i set the multiple class path entries in the manifest file?

Thanks in Advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 18 2007
Added on Jan 21 2007
1 comment
581 views