error al depurar

krika
23 de Abril del 2005
Hola, tengo un problema con JBuilder (el 2005 y el X). Intento depurar un proyecto y me dice lo siguiente:
"Cannot start Java debug process VM"
He instalado la máquina virtual pensando que sería por eso, pero me sigue dando el mismo error, ¿alguien sabe porqué puede ser? Utilizo Window XP, ¿tiene algo que ver?
Gracias por adelantado.

Felipe
23 de Abril del 2005
-- Cannot start Java debug process VM --

the new jbuilder will try to bind to a host, and if that host doesn't resolve to your localhost, then you need to add it in /etc/hosts or /windows/system32/drivers/etc/hosts

for example, jbuilder will do this

-Xrunjdwp:transport=dt_socket,address=fedora2.domain.com:33195,suspend=y

in this case, fedora2.domain.com must resolve to 127.0.0.1 or your machines IP