我是靠谱客的博主 爱听歌小霸王,最近开发中收集的这篇文章主要介绍eclipse全新配置,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

win10 64位系统配置eclipse
1、下载(可选择官网最新版)
这里版本为neno3
eclipse-jee-neon-3下载
https://blog.csdn.net/gaotengfei001/article/details/78756848

2、安装并配置jdk
安装略过
配置环境变量,需要配置三个地方:添加JAVA_HOME、添加CLASSPATH、修改PATH
Win10如何配置Jdk环境变量
https://jingyan.baidu.com/article/db55b609fa946e4ba20a2f56.html

3、修改eclipse字体大小
Window --> Preferences --> General --> Appearance --> Colors and Fonts --> Basic --> Text Font --> Edit
字体改为:Courier New
大小改为:11

4、安装反编译插件
Help --> Eclipse Marketplace
find框搜索:decompiler

修改默认反编译器菜单在,Window --> Preferences --> Java --> Decompiler
建议默认改为JD-Core

5、安装properties中文插件
Help --> Eclipse Marketplace
find框搜索:properties
PS:properties editor好久没更新,2021-09版可用simple properties editor代替
PS2:2022-12版本可用MultiProperties代替,其他搜不到了(不用)
PS3:手工添加simple properties editor
Help - Install New Software - Add
Name:SimplePropertiesEditor
Location:http://gildur.github.io/SimplePropertiesEditor/updates/
General - Editors - File Associations,设置*.properties默认打开类型是SimplePropertiesEditor

这样中文就能正常显示了

6、安装uml插件
Help --> Eclipse Marketplace
find框搜索:uml

创建uml图:File --> New --> Other --> Umlet diagram

7、安装类图生成工具AmaterasModeler(原名:AmaterasUML)
项目主页:GitHub - takezoe/amateras-modeler: UML and ER-diagram editor for Eclipse
Help --> Install New Software
在地址框输入:Amateras Eclipse Plug-ins

创建类图:File --> New --> Other...
选AmaterasUML --> Class Diagram
把类拖到里面去会自动形成类图

8、安装从mybatis接口Mapper.java直接跳转到xml的插件
Help --> Eclipse Marketplace
find框搜索:MyBatipse

9、安装gradle插件
Help --> Eclipse Marketplace
find框搜索:buildship

10、安装yaml编辑插件
Help --> Eclipse Marketplace
find框搜索:yaml

11、安装php编辑插件
Help --> Eclipse Marketplace
find框搜索:php

12、安装自动生成mybatis三件套插件
Help --> Eclipse Marketplace
find框搜索:mybatis generator

13、安装js文件编辑插件
Help --> Eclipse Marketplace
find框搜索:eclipse web developer tools
PS:eclipse-ee安装eclipse enterprise java and web developer tools

14、安装freemarker插件
 Help --> Eclipse Marketplace
find框搜索:freemarker

最后

以上就是爱听歌小霸王为你收集整理的eclipse全新配置的全部内容,希望文章能够帮你解决eclipse全新配置所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(37)

评论列表共有 0 条评论

立即
投稿
返回
顶部