
eclipse
iteye_20561
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
eclipse的.properties文件支持中文显示
1、展开Eclipse的Help菜单,将鼠标移到Software Update子项,在出现的子菜单中点击Find and Install;2、在Install/Update对话框中选择Search for new features to install,点击Next;3、在Install对话框中点击New Remote Site;4、在New Update Site对话框的Name填入“PropE...原创 2009-05-17 16:16:58 · 122 阅读 · 0 评论 -
设置eclipse编码
可以为eclipse设置统一的编码格式 1.Window.Preferences.General.Content Types将Default encoding全部update为UTF-8. 2.Window.Preferences.General.Workspace将Text file encoding设置为other-UTF-8. 3.Window.Prefere...原创 2009-08-25 22:15:20 · 175 阅读 · 0 评论 -
java.lang.OutOfMemoryError: Java Heap Space
1.eclipse3.42.选择造成这个问题的类,run.run configuration.(x)=Arguments3.在VM arguments下面框里输入-Xmx800m4.最后Apply.close原创 2009-09-26 11:07:45 · 90 阅读 · 0 评论 -
设置JVM
-Xmx1024m原创 2010-07-18 16:26:55 · 117 阅读 · 0 评论 -
安装java GUI可视化工具windowBuilder
eclipse --help --install new software --add --name: windowBuiler, location:myplugins\WB_v1.5.0_UpdateSite_for_Eclipse3.5.zip --next --next --...2013-10-26 15:59:57 · 395 阅读 · 0 评论 -
The declared package does not match the expected package
The declared package does not match the expected packageeclipse使用import导入源代码到项目中或者通过svn检出等方式导入源码到项目中,控制台容易出现大量错误。但同时直接使用ant脚本进行编译则能编译成功。这个时候请不用担心,打开错误可以看到在很多类的开头部分:package出现错误,提示为:The ...原创 2014-08-15 19:09:28 · 308 阅读 · 0 评论