| Author |
how to config the multi jar file in the manifest.mf file
|
frank yin
Greenhorn
Joined: Mar 31, 2003
Posts: 7
|
|
hi,all I'm writing the manifest.mf file, and there are several jar files in the class-path, how do write the class-path? class-path: first.jar seccond.jar or class-path: first.jar;second.jar how about the absolute path of the jar file? Thanks. Any help will be welcome!
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
Welcome to JavaRanch, frank! This should work: Class-Path: first.jar second.jar
|
[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
|
 |
Juanjo Bazan
Ranch Hand
Joined: Feb 04, 2002
Posts: 231
|
|
Check this Dirk's post: Creating a Jar File You will find it really useful
|
 |
 |
|
|
subject: how to config the multi jar file in the manifest.mf file
|
|
|