Is JDK needed for java -jar

I want ot use following command :java -jar <jarname.jar> Do i need to install JDK for this or -only JRE will work.Thanks
[154 byte] By [vinu.1001a] at [2007-11-27 6:44:00]
# 1
You only need the JRE.
sabre150a at 2007-7-12 18:15:06 > top of Java-index,Java Essentials,Java Programming...
# 2
JRE does fine if all you need is to run java applications. In case you want to develop, then you need the JDK
Jamwaa at 2007-7-12 18:15:06 > top of Java-index,Java Essentials,Java Programming...