
myeclipse
A_big_fish
大牛在路上
展开
-
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:co
eclipse 项目用maven clean、install时报错Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:coNo compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?解决方法:1. window -> preferences -> java原创 2020-09-26 12:32:16 · 3369 阅读 · 0 评论 -
myeclipse运行maven没反应
问题描述: 本地maven3.5.0、myeclipse版本2015 运行maven没反应解决方法:降低maven版本原创 2018-04-08 10:28:38 · 368 阅读 · 0 评论 -
An internal error occurred during: "Retrieving archetypes:". GC overhead limit exceeded
jvm抛出的异常。打开eclipse或者myeclipse配置的文件在安装的目录下myeclipse.ini或者eclipse.ini。修改文件如下:-vmargs-Xmx1024m-Xms512m-XX:MaxPermSize=1024m原创 2018-04-03 13:18:25 · 262 阅读 · 0 评论 -
myeclipse设置编码格式的4种情况
(1)、设置myeclipse工作空间的编码格式,作用范围最大 window-->preference-->general-->workspace-->text file encoding,勾选other,选择相应的编码格式,如utf-8(2)、设置项目的编码格式 项目名称右键--》properties-->resource-->在text file encod...转载 2018-04-03 16:31:18 · 614 阅读 · 0 评论 -
java代码混淆
代码混淆就是将代码打乱实现加密的效果使用maven1. pom.xml中配置<!-- ProGuard混淆插件--> <plugin> <groupId>com.github.wvengen</groupId> <artifactId>pr...原创 2018-07-18 14:56:34 · 1896 阅读 · 1 评论