Eclipse wont auto complete/auto compile?

2019-06-08 06:18发布

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?

1条回答
冷血范
2楼-- · 2019-06-08 06:25
  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.
查看更多
登录 后发表回答