netbeans arghhhh!!!!!!!
i am having major problems using netbeans. i have downloaded everything as i should have and have installed everyting as i should have done but am geting a error message when i click on the netbeans icon on my desktop. this says "cannot load jvm.dll" what is this problem and how do i sort it out? please help me because i am a university student who urgently needs netbeans for project work.
thanks. sureshdutt@hotmail.com
[436 byte] By [
sureshdutt] at [2007-9-27 22:49:06]

I experienced the same problem with netbeans.
The problem arises when you have netbeans + JDK1.4
The netbeans version you are having must not be supporting JDK1.4
In JDK1.4, the location of jvm.dll is different from that of JDK1.3
If you dont have constraints on the JDK version, you could use JDK1.3 instead of JDK1.4
Before installing JDK1.3 make sure that you have completely uninstalled JDK1.4 as well as JRE1.4
That should solve the problem.
-Manish.
man35 at 2007-7-7 13:54:42 >

This is because the registry entries in windows. NetBeans looking for jdkhome entry when you run the runidew.exe. Do not use the icon in your desktop, open a console and run this command :runide -jdkhome <your java home>This will solve your problem...