MyEclipse使用中遇到的一些问题

来源:互联网 发布:什么情况下多进程编程 编辑:程序博客网 时间:2024/05/01 21:30
  • MyEclipse中安装插件的几种方式

在线安装、离线覆盖安装、link安装方式是MyEclipse/Eclipse安装插件的主要方式,其中,在线安装、离线覆盖安装属于“侵入式安装插件”,如果要卸载或者重装,会比较麻烦;link安装方式则是推荐安装方式,不管是安装、卸载、重装,都有利于维护与管理。

参考地址:https://blog.my-eclipse.cn/myeclipse2014-install-plugins.html

MyEclipse中添加Activiti Designer

http://wenku.baidu.com/view/d0d48180b84ae45c3a358cb7.html

http://www.cnblogs.com/LiuChunfu/p/5229453.html

  • PermGen space错误解决方法java.lang.OutOfMemoryError:PermGen space
内存溢出错误,需要修改虚拟机参数
http://www.educity.cn/wenda/350206.html

http://peak.iteye.com/blog/52606

http://outofmemory.cn/java/OutOfMemoryError/outofmemoryerror-permgen-space-in-tomcat-with-eclipse



  • MyEclipse中创建一个Web项目

http://jingyan.baidu.com/article/d3b74d64ae436e1f77e60939.html

  • MyEclipse中JS出现小红叉

首先右击js文件->MyEclipse->Exclude from Validation。(其实此时小红叉就已经消失了)

然后再右击js文件->MyEclipse->run Validation。

(也可以对整个项目,执行这样的操作)

  • 项目上出现小红叉

http://blog.csdn.net/superit401/article/details/77941687?locationNum=4&fps=1

https://jingyan.baidu.com/article/1876c852be0380890b137627.html

  • No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?

配置JRES时,应该选择jdk

http://www.aichengxu.com/java/42687.htm

  • 创建Maven Web项目报错

会报错,配置服务器(Tomcat)

  • MyEclipse中pull项目遇到The current branch is not configured for pull No value for key branch.master.merge found in configuration

http://blog.csdn.net/lizhongren/article/details/16338731

http://blog.csdn.net/wpquan/article/details/19752213

  • MyEclipse中几种查找方法

http://blog.csdn.net/u012551076/article/details/50679483?locationNum=10

  • MyEclipse中加大运行内存

http://blog.csdn.net/menghuannvxia/article/details/39345123

http://blog.163.com/magicc_love/blog/static/18585366220127240627186/

http://blog.csdn.net/u013991521/article/details/52294951

  • xxx cannot be resolved to a type 错误解决方法

http://blog.csdn.net/testcs_dn/article/details/39643119/

https://jingyan.baidu.com/article/f79b7cb34f40569144023ef9.html

http://blog.csdn.net/qq_33210042/article/details/50888592

阅读全文
0 0