I developed a small
java bean program.I created a manifest file also.The name of the Java Bean program is LoginBean.class.The contents of the manifest file is as follows
Name: LoginBean.class
Java-Bean: True
I also created a jar file LoginBean.jar using the the following command
jar cfm LoginBean.jar LoginBean.mft LoginBean.class
It created the LoginBean.jar smoothly.
My problem is,when I load this Jar file form the BDK1.1 environment(Using run utility) it throw an exception that "There is no bean in your jar file"
"Correct the manifest file".
I am working in a "NT workstation" environment
Anybody please help me
By
Saju
emil:saju_p@rediffmail.com