While trying to fix an unrelated error in my Eclipse java project, I accidentally clicked the context menu item "JRebel -> Remove JRebel Nature". I then re-enabled it by clicking "JRebel -> Add JRebel Nature". But now JRebel isn't working and this icon is displaying in the Eclipse Project Explorer next to my rebel.xml file. What's going on here? How do I go about diagnosing the error and fixing it?
Asked
Active
Viewed 248 times
1
-
Have you tried re-generating the rebel.xml in the project settings? – Malte Hartwig Oct 20 '17 at 09:48
-
@MalteHartwig Yes, and it re-generated the file, but it didn't seem to have any effect. It still shows the error icon and doesn't hotswap my code. – sim Oct 20 '17 at 09:54
-
Have you checked that the source folder you want to be hotswapped is mentioned in the xml? Maybe the path is incorrect. I remember that I had to correct the path sometimes when copying and switching workspaces. – Malte Hartwig Oct 20 '17 at 11:34
-
The red X is probably coming from your SCM integration. – Henri Viik Oct 23 '17 at 09:11