"Can't connect to VM"

Just installed Eclipse 3.2.1. I imported a project and built it with no problems.

However, When I attempt to run it, I get this error in a dlg box:

Can't connect to VM

I am not trying to connect to a VM remotely. I don't think I have a firewall running. No message in the console

#java -version shows

java version "1.4.2"

gij (GNU ligbc) version 4.1.2.20061020 (prerelease) (Debian 4.1.1-17_

What can I do?

Using Debian Etch

Message was edited by:

allelopath

Message was edited by:

allelopath

Message was edited by:

allelopath

[622 byte] By [allelopatha] at [2007-11-26 17:09:42]
# 1

> #java -version shows

> java version "1.4.2"

> gij (GNU ligbc) version 4.1.2.20061020 (prerelease)

> (Debian 4.1.1-17_

You are running the GNU classpath VM which is somewhat behind in supporting all the java APIs (in this case most likely the java debugging APIs are missing or outdated) . Try installing the Sun JVM: go to http://java.sun.com/, click on downloads and select 'Java SE' from the menu to get a copy.

jxca at 2007-7-8 23:37:32 > top of Java-index,Java HotSpot Virtual Machine,Specifications...