aspose file tools
The moose likes Java in General and the fly likes Need tips if possible Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Need tips if possible" Watch "Need tips if possible" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Need tips if possible
 
Similar Threads
Grocery App Ideas
Controling Application Access
Error deploying WAR with XFire in WAS 6.1
calling java files from jsp page
NoClassDefFoundError problem with WAR in 8.1