I am having a jar file containing some class files along with a single manifest
file
When i try to run the class files inside that jar file using ANT tool i am not
getting any out put
i edited the manifest file giving what class serveras as starting point
i.e;i typed Main-Class: class1
but now when i run the program it says failed to load main-class manifest
attribute
Can any one help me on this