Problems runing eclipse on debian
by
Wyden Silvan
—
last modified
15.02.2010 15:04
The first time I started up eclipse, I was getting the error: JVM terminated. Exit code=127
Solution: install xulrunner-dev
To install pydev:
apt-get install openjdk-6-jre sun-java6-jdk
update-java-alternatives -s java-6-sun
