参考博客:http://blog.csdn.net/lpftobetheone/article/details/17783791
一、EclipseEE背景色和字体的修改
1、Eclipse背景颜色修改:推荐自定义颜色背景颜色向你推荐:色调:85。饱和度:1 2 3。亮度:2 0 5
window --Preferences--General--Editors--Test Editors--找到最底下Appearance color options选择框 --background color
2、Eclipse字体大小调整:
Window--Preferences--General--Appearence--Colors And Fonts--Java - Java Editor Text Font--Apply
3、xml的字体大小调整:
window--preferences--General--appearance--colors and fonts--Basic-- "Text font " 点击change按钮
方案一:
windows->Preferences->Java->Editor->Syntax Coloring
Annotations(注释): 107, 147, 186 浅蓝色
Deprecated members(不建议使用的成员): 0, 0, 0
Fields(字段): 128, 0, 128 紫色
KeyWord 'return'(关键字'return'): 255, 0, 0 红色
Keyword excluding 'return'(除了关键字以外的return): 255, 128 ,0 橙色
Local variable declarations(局部变量声明): 128, 128, 128 灰色
Method declarations(方法声明): 255, 128, 64 橙色
Method(方法): 0, 48, 96 暗浅蓝色
Operators and brackets(运算符与方括号): 255, 128, 0 橙色
Others(其他): 96 153, 0 深绿色
Static fields(静态字段): 33, 0, 189 深蓝色
Static Method invocations(静态方法调用): 77, 166 255 天蓝色
Strings(字符串): 132, 26, 238 中天蓝色
Type variables(类型变量): 128, 0, 25 红罗色
方案二:
改变背景颜色(黑底背景的设置)
windows->Preferences->General->Editor->Text Editors
右边选择Appearance color options
选Background color 选择背景颜色 背景配色:160,0,59
选Current line highlight 来改变 当前选中行 的颜色
配色方案详细following:
Annotations(注释): 107, 147, 186
Deprecated members(不建议使用的成员): 0, 0, 0
Fields(字段):128,255,0 绿色
KeyWord 'return'(关键字'return'): 255, 0, 0 红色
Keyword excluding 'return'(除了关键字以外的return): 255,80, 0 深深橘色
Local variable declarations(局部变量声明): 70,140,179 深蓝色
Method declarations(方法声明): 247,197,39 淡橘色
Method(方法): 241,196,54 深淡橘色
Operators and brackets(运算符与方括号): 255, 128, 0 深橘色
Others(其他): 126, 202, 0 淡绿色
Static fields(静态字段): 128,255,0 绿色
Static Method invocations(静态方法调用): 77, 166 255
Strings(字符串): 89,196,196 墨蓝色
Type variables(类型变量): 222, 0, 25 红色
二、配置Tomcat服务器
如果之前没有配置Tomcat环境,过程中间会报错:
JSP页面顶端出现“红色”的报错信息:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
1、配置tomcat服务器:
window->Preferences->Server->Runtime Environment -> add --> 选择Apache的版本后点Next,再填入你apache服务器软件的安装(解压后)地址:C:\tomcat7。
2、配置项目服务器环境
1)、右击项目工程--》属性或Build Path--》Java Build Path-->Libraries--> Add Libray...-->Server Runtime --》Tomcat Server
2)、切换到Java Build Path界面中的Orader and Export,选择Tomcat。