No honey is dripping out of my .jar
I followed the steps in Create JAR file in Java & Eclipse | Update JAR file in Java | ViralPatel.net to create a .jar file.
However, 2-clicking the resulting .jar file does neither diddly nor squat nor anything else of note.
This is my first Java application. I was hoping it would be like a Windows .exe and "just work," but apparently I'm missing something.
I extracted the jar to see what was in it. Feeling a bit like Winnie (not Mandela), I was hoping for some honey. Instead, I saw:
Code:
com (folder)
META-INF (folder)
.classpath
.project
Buried deep within the "com" folder (following my package structure down) are several *.class files.
The META-INF folder contains one file, namely "Manifest.MF" which has one lonely line, specifically:
Code:
Manifest-Version: 1.0
I'm guessing probably a little more than this is needed?