Jar file can't execute

I did a stand-alone application and Main.class i created a jar file out of it Main.jar however when i click it it sad; failed to load Main-Class manifest attribute. What should i do?
[189 byte] By [the_atoma] at [2007-11-27 8:18:12]
# 1
You should add a Main-Class attribute to your Manifest file.Main-Class: [main class here]
maple_shafta at 2007-7-12 20:03:41 > top of Java-index,Java Essentials,Java Programming...