Problem with Eclipse

Hi, I have a problem when a try to run with ant in Eclipse:

Buildfile: C:\Documents and Settings\Valued Customer\Desktop\Tesis\Proyectos NETBEANS\WILDFIRE MODIFICADO\wildfire_src\build\build.xml

run:

Ensure that you have run ant jar!

Error: no server'' JVM atC:\Program Files\Java\jre1.5.0_06\bin\server\jvm.dll’’.

Java Result: 4

BUILD SUCCESSFUL

Total time: 875 milliseconds

I have the JVM installed in my PC, anyone knows how I can run the WildFire?

THANKS

Hi Andres,

The JRE does not include the “-server” option, so you may to remove from the script which causes the error.

I may assume that you did also install the JDK and not only the JRE. So you could configure that the JVM uses the JDK instead of the JRE, this is what I recommend.

You may copy C:\Program Files\Java\jdk1.5.0_06\jre\bin[b]server[/b] to C:\Program Files\Java\jre1.5.0_06\bin if you want a dirty hack without support.

LG