> Bryan wrote:...
>
> > % java -cp SourceCode.jar -jar Executable.jarNote the -cp option is ignored when the -jar
> option is specified.
>
> Andrew T.
> So how do I tell it to include SourceCode.jar in the classpath so
> Executable.jar has access to it?
[quoted text clipped - 5 lines]
>>
>> Andrew T.
You have to specify it in the manifest file.
http://rabbitbrush.frazmtn.com/classpath.html#jar

Signature
Knute Johnson
email s/nospam/knute/
Bryan - 15 Dec 2006 22:44 GMT
Thanks, that worked great!!
On Dec 15, 12:29 pm, Knute Johnson <nos...@rabbitbrush.frazmtn.com>
wrote:
> > So how do I tell it to include SourceCode.jar in the classpath so
> > Executable.jar has access to it?
[quoted text clipped - 12 lines]
> Knute Johnson
> email s/nospam/knute/