Jonas Arcangel
Jonas Arcangel

Reputation: 1925

Restart Jetty through Eclipse

I'm new to Eclipse and Google App Engine development.

I am unable to refresh my localhost to display changes in my code. Clicking Run doesn't seem to rebuild it. I can't find the option to refresh the server in the Eclipse IDE to reflect the changes.

Refreshing the browser / clearing my browser cache doesn't work, so it's clearly server side.

Upvotes: 0

Views: 1171

Answers (1)

BrownFurSeal
BrownFurSeal

Reputation: 515

At first you should stop launched application -> red rectangle in console window. After that click at the top menu Project -> Clean. Choose your project and set check box "Start build immediatly" if it present. Then run again your project and see your changes.

Upvotes: 1

Related Questions