missing jarsigner.exe

Hi,I have installed jdk 1.5.0 and cannot find jarsigner to sign my jar application. What has sun done to the exe file?
[139 byte] By [vermelh0] at [2007-9-30 20:01:08]
# 1
Did you download the JRE instead of the SDK?It's in JDK_HOME/bin.-Alexis
am74686 at 2007-7-7 0:47:37 > top of Java-index,Administration Tools,Sun Connection...
# 2
Doh, found it....I wish sun didn't install their files all over the harddisk....Now back to figuring out how to sign a jar file..... ;)
vermelh0 at 2007-7-7 0:47:37 > top of Java-index,Administration Tools,Sun Connection...
# 3
hi,i got the same problem, i don't find the jarsigner.exe anywhere .so if somebody have an idea about that please help :)PS: I use jre 1.5.0_06-b05
Javax_b at 2007-7-7 0:47:37 > top of Java-index,Administration Tools,Sun Connection...
# 4
Javax_b, you need to install the SDK (Self Develepment Kit) in order to hava the jarsinger.exe. The one you have is the JRE (Java Run-Time Enviroiment) and it's just use to run java created files.I'm pretty new to Java so correct me if I'm wrong.
Schimassek at 2007-7-7 0:47:37 > top of Java-index,Administration Tools,Sun Connection...
# 5
thanks Schimassek, you were right i had only the JRE whereas the java tools like jarsigned are included into the SDK.;)
Javax_b at 2007-7-7 0:47:37 > top of Java-index,Administration Tools,Sun Connection...