posted 17 years ago
thank u, now i got the jar file, but the problem is in my code i have given
Manifest man=new Manifest();
this man obeject i am passing through the
JarOutputStream out = new JarOutputStream(stream, new Manifest());
the jar file is creatd , but when i c the propeties os the jar file, for the Manifest its empty, vat should i do.
can u plz hepl me