Eclipse - Reference to undefined variable jrebel_args
Asked Answered
E

2

12

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?

Eoin answered 29/6, 2013 at 0:39 Comment(0)
S
47

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.

Scandium answered 29/6, 2013 at 21:0 Comment(2)
Winner. For future reference, the Launch Configuration in Eclipse Kepler is under Run -> Run Configurations.Eoin
Double click server in Server's Tab. Choose open launch configuration. Remove ${jrebel_args:org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java SE 7 [1.7.0_67]} or what not.Valentia
H
0

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.

Habitude answered 27/7, 2020 at 8:53 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.