Basically, I installed the JBoss plugin, then moved my JBoss install directory and changed my Windows environment variable to the new, correct path. However, Eclipse seems to still have the old path so every time I try to run the server it can’t find it. How can I change this URL? Should I just reinstall? I’m sure there’s a simple answer!
Thanks for your time.
Cheers,
Lindsay
You can adjust eclipse variables by going to window->preferences and then type in the filter “classpath” or “variables” or both. Then go to the classpath variables and you should be able to see and change the eclipse JBOSS_HOME.
EDIT : If your JBoss runtime does not use the workspace settings, you can change the properties of your server runtime by selecting it in the servers view and Alt-Enter for a properties view where you can adjust the server location by clicking the Switch Location button. You can also double-click on the server for the big properties view in the editor.