Eclipse设置

来源:互联网 发布:sql进阶书籍 编辑:程序博客网 时间:2024/06/06 02:38

1、设置字体大小

Window-->Preferences



Colors and Fonts ---> Text Font -- >Edit根据个人喜好选择字体大小



2、设置默认的编辑器

(Jboss版的eclipse很多默认的编辑器都是Jboss的,如果不喜欢可以在这里修改默认编辑器)



3、设置自动代码补全快捷键

(如果是Jboss版的Eclipse默认是Ctrl+/,习惯了Alt+/的可以在这里修改回Alt+/),注意如果有多个设置成Alt+/就会冲突,不起作用



4、设置JDK安装路径



找到JDK安装路径



5、去掉控制台打印行数限制



6、设置应用服务器



找到tomcat安装路径



7、设置字符编码集










8、设置Maven



9、指定JVM,在-vmargs前面

-startupplugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar--launcher.libraryplugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140116-2212-productorg.eclipse.epp.package.jee.product--launcher.defaultActionopenFile--launcher.XXMaxPermSize256M-showsplashorg.eclipse.platform--launcher.XXMaxPermSize256m--launcher.defaultActionopenFile--launcher.appendVmargs-vmC:\Program Files\Java\jdk1.6.0_45\bin\javaw.exe-vmargs-Dosgi.requiredJavaVersion=1.6-Xms40m-Xmx1024m


0 0
原创粉丝点击