eclipse配置步驟

1windowspreferencesServerRuntime Environmentsjava

2、「Add」按鈕,選擇Tomcat v6.0web

3Tomcat installation directory右邊的Browse,選擇Tomcat安裝目錄,JRE選擇jdk1.6.0_30apache

4JRE右邊的Installed JREswindows

5、配置了JDKDirectgry路徑C:\Program Files\Java\jdk1.6.0_30tomcat

6、建立一個serverfilenewothersserverapachetomcat6.0browse選擇tomcat安裝路徑ide

7、下面窗口server中右鍵—startui

8、把web項目添加到這個servlet中,右鍵—add and removespa

9、建立dynamic web projec,通常把default output folder改成WebContent\WEB-INF\classes 詳見:E:/java/如何在eclipes裏開發web項目server

9.1windows->Preferences->general->Workspace Text file encoding,選擇Other,改變爲UTF-8ip

十、

咱們常常會把別人的項目copy到本身這裏進行二次開發或者參考。提示HttpServletRequest 不能引用

Action:

Project ->Properties -> Java Build Path -> Add Library -> Server Runtime ->next -> 選擇你的Server -> Finish

 

導入的項目jdk版本不一樣,換成本機的jdk

Alt+enter- JavaBuild Path -> Add Library->jar system Library


十一、堆棧、內存溢出

選擇run configurations

在最後添加,注意:空格

-Xms512m -Xmx1024m -XX:PermSize=256M-XX:MaxPermSize=512M

十二、

Eclipse操做技巧

alt+/手動控制自動提示(推薦) Window->preferences->General->Keys 找到Content Assist,首先Remove Binding(移除綁定),而後再Binding(按下Alt+/ When中選Editing Text就能夠,OK

Alt +/自動帶出代碼

1三、  不能把其餘項目的文件夾copy過來,報錯is out of sync with file system

選中項目-F4刷新

相關文章
相關標籤/搜索