Lew skrev:
> Lars Enderin wrote:
>>> You have to include the full path of the jar file to Class-Path, if you
[quoted text clipped - 3 lines]
> <http://java.sun.com/docs/books/tutorial/deployment/jar/downman.html>
> that is not true. Relative paths work just fine.
Ok, but relative to what? He copied the program to a place outside the
dist folder, but did not copy the dist/lib/log4j* jar file to the same
place, apparently.
Lew - 10 Sep 2007 01:12 GMT
> Lew skrev:
>> Lars Enderin wrote:
[quoted text clipped - 8 lines]
> dist folder, but did not copy the dist/lib/log4j* jar file to the same
> place, apparently.
What is the "dist" folder?
The provided link explains it all, if you follow it.
> Note : The Class-Path header points to classes or JAR files on the local network
In other words, relative to the directory in which the application JAR is
installed.
From the same link:
> An Example
>
[quoted text clipped - 3 lines]
>
> Class-Path: MyUtils.jar

Signature
Lew