Piraba, welcome to
Java Ranch!
Your JAVA_HOME is incorrect (remove the bin directory):
set JAVA_HOME=C:\Program Files\Java\jdk1.6.0
Also, I strongly suggest that you move the JDK out of Program Files. Having a space in your path can drive some Java code nuts and lead to unusual problems. I have mine at c:\apps\java\jdk1.6.0_07
If this does not solve the problem, delete the first line (the 'echo' statement) from run.bat, run run.bat from a command prompt, and post the contents of the command prompt window.
[ December 02, 2008: Message edited by: Peter Johnson ]