Can't load jar in manifest

Hi,

I specified a local jar in my manifest but still I get the message NoClassDefFound.

Any ideas?

<manifest>

<attribute name="Main-Class" value="KeyGenerator" />

<attribute name="Class-Path" value="forms-1.0.5.jar" />

</manifest>

Thanks

Dekel

[322 byte] By [dekely@amdocs.coma] at [2007-11-27 5:35:33]
# 1
I think forms-1.0.5.jar must be in the same directory as your jar file, is it so?check the manifest.mf file inside your jar.[]
S_i_m_ua at 2007-7-12 15:04:46 > top of Java-index,Java Essentials,Java Programming...