I have created a jar file in windows 7 using eclipse. When I am trying to open the jar file it says invalid or corrupt jar file. Can anyone suggest me why the jar file is in
Could be because of issue with MANIFEST.MF. Try starting main class with following command if you know the package where main class is located.
MANIFEST.MF
java -cp launcher/target/usergrid-launcher-1.0-SNAPSHOT.jar co.pseudononymous.Server