Myeclipse 修改設置技巧(from edit font)

1、Myeclipse10修改字體 MyEclipse10是基於Eclipse3.7內核,但在Eclipse的Preferences-〉general-〉Appearance->Colors and Fonts 中並無找到Courier  New字體,它採用的是Consolas字體,中文看着很是小很是彆扭,在Windows7下,系統自帶雖然有Courier  New字體,可是並無激活顯示,須要手動激活,才能在軟件中使用 激活方法以下: 在win7的控制面板->字體,找到Courier New,右鍵,顯示。 Courier 常規 ,右鍵,顯示。 window-->preferences-->搜索font-->Color and Font-->Basic-->Text Font-->Edit--> Courier New-->常規-->四號 
2、myeclipse修改jsp、xml默認打開方式 window-->preferences-->General-->Editors-->File Associations-->選擇File Type--> Associated editors選擇默認的打開方式(Default) 
3、Myeclipse修改編譯兼容級別_Compiler compliance Level Window-->Preferences-->Java-->Compiler --> Compiler compliance Level-->1.6
4、修改Myeclipse編碼方式:text+jsp 1.  window-->preferences-->搜索JSP-->Myeclipse-->Files and Editors-->JSP-->encoding-->UTF-8 2.  window-->preferences-->General-->Workspace-->Text file encoding-->Other-->UTF-8
5、myeclipse修改Jboss內存大小 myeclipse菜單欄:Preferences-->搜索Jboss-->Jboss7.X下-->JDK--Optional java VM arguments加入以下代碼: -Xms512m -Xmx1024m -XX:MaxNewSize=256m -XX:MaxPermSize=256m
java

相關文章
相關標籤/搜索