Help with NetBeans3.6

Sorry by put a question about another product here, but I齦l apreciate any contribution. Recently a friend install the NetBeans 3.6, and it works fine for compile code and run it, but when she try to debugg the aplication the NetBeans displays a mesagge window with the statements :

Exception while starting debugger:

Cannot start process C:\j2sdk1.4.2_04\bin\java

java.io.IOException : VM initialization failed

Added to this, we configure the external applet viewer option to use the appletviewer.exe, but the panel of the viewer doesn齮 show itself when she run an applet aplication. Anyone can figure out what齭 going on? Thanks anyway.

[670 byte] By [gilrodriguez] at [2007-9-30 19:24:31]
# 1

Hello gilrodriguez,

currently I am having the same problem and couldn't find any help so far.

If you have found a solution to this problem I would be grateful if you would share it with me.

In the mean time I continue searching and trying for a solution.

As soon as I find a solution I will send you a reply.

Cheers

HartmutMelerski at 2007-7-6 23:38:07 > top of Java-index,Administration Tools,Sun Connection...
# 2
try starting NetBeans using the -jdkhome switch:runide -jdkhome YOUR_1.4_JDK_HOME-Alexis
am74686 at 2007-7-6 23:38:07 > top of Java-index,Administration Tools,Sun Connection...
# 3
I am also having this problem. Has anyone discovered a solution yet?
Rob_F at 2007-7-6 23:38:07 > top of Java-index,Administration Tools,Sun Connection...
# 4
Solution Found Here: http://www.netbeans.org/kb/faqs/debugger.html#FAQ_10Start NetBeans w/ the following command line option or add to ide.cfg-J-Dnetbeans.debugger.jpda.transport=dt_shmem
Rob_F at 2007-7-6 23:38:07 > top of Java-index,Administration Tools,Sun Connection...