DMX
DMX

Reputation: 11

Eclipse wont auto complete/auto compile?

I'm trying to change the port this server runs on via eclipse but no matter what I do it doesn't seem to autocompile/autocomplete my java file? Any ideas?

Upvotes: 1

Views: 4824

Answers (1)

Suraj Chandran
Suraj Chandran

Reputation: 24791

  1. For auto-build, go to Project->Build Automatically. Build automatically should be checked for auto build to happen.
  2. For auto-complete(content assist) go to Windows->Preferneces. In there follow Java->Editor->Content Assist int he left tree and configure as you feel like.

Upvotes: 3

Related Questions