That "first bit" should be the whole thing. It tells the Java interpreter to run the JAR file.
Unless of course java.exe isn't in your path, in which case you'll need to explicitly call it (ie c:\program files\java\jre_1.6.0_03\bin\java.exe - might be different for your system and definitely different if you don't have Java 1.6 U3
).