| Author |
Need tips if possible
|
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
Hi all. I have developed a Javahelp system for my application. I have the following dirs : app/com // contains class files app/lib // contains jh.jar and myhelp.jar I created an executable jar file but the problem is what is the value of Class-Path attribute of my application's manifest file ?? any ideas ??
|
 |
juliane gross
Ranch Hand
Joined: May 30, 2002
Posts: 161
|
|
try this in your manifest file: Class-Path: jh.jar myhelp.jar a helpful link ybout manifest files in general could be this: Sun-Tutorial (about manifest files) hope that helps
|
 |
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
Thanks but it doesn't work
|
 |
 |
|
|
subject: Need tips if possible
|
|
|