
Making eclipse run in debian |
| Author: roryy, on 14/2/10 |
| Tags: linux, eclipse, debian, |
| Hi, After installing debian on my laptop I wanted to install eclipse with the apt-get install eclipse command. That was no problem but I couldn't start eclipse after installing and I only saw exit code 127. After searching the internet i've found the solution. |
| To get rid of the message: " JVM terminated. Exit code=127 " you need to install xulrunner-dev. It is a bug that xulrunner-dev is not installed with eclipse when you install it with apt-get. First get root acces and update your packages with apt-get update. Then install xulrunner-dev with the command (without the quotes): "apt-get install xulrunner-dev". After installing xulrunner-dev you will hopefully run eclipse without problems. Still not work? Post your question below. Have a nice day! |

