specifying multiple classpath entries in manifest file
807599Jan 21 2007 — edited Jan 21 2007HI 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