Eclipse wont auto complete/auto compile?

北战南征 提交于 2020-01-03 02:29:11

问题


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:


  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.


来源:https://stackoverflow.com/questions/5373993/eclipse-wont-auto-complete-auto-compile

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!