Frage

After uninstalling JRebel from Eclipse Kepler (on Ubuntu 12.04), when I try to run my web app on server I get the following error:

'Starting Tomcat v7.0 Server at localhost' has encountered a problem. Reference to undefined variable jrebel_args.

How can I remove this reference?

War es hilfreich?

Lösung

Double click the server, click on Open launch configuration link; in the Arguments tab, under VM arguments, it has a ${jrebel_args} variable defined there. Remove it.

Andere Tipps

In my case I still wasn't able to open the Open launch configuration menu, so I had to remove the server and add it again to eclipse. Now everything is fine again.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top