解决properties文件的Eclipse插件安装问题

xiaoxiao2022-06-21  43

呵呵:、展开Eclipse的Help菜单,将鼠标移到Software Update子项,在出现的子菜单中点击Find and Install; 在eclipse中编辑properties文件时,如果含有非西欧字符,则无法保存,要转化为相应的unicode编码才行。在jre/bin/下有一个native2ascii.exe,可以进行相应的转换,在commond模式下执行 native2ascii 源文件名 目标文件名即可,为了在eclipse中使用方便可以使用相应的插件,安装步骤如下: 1.Help->Software Updates->Find and Install 2.Search for new features to install->Next 3.New Remote Site Name :PropertiesEdit URL:http://propedit.sourceforge.jp/eclipse/updates/ 点击OK进行下载 然后就可以看到有一个PropertiesEdit,选中后点击Finish,O(∩_∩)O~,看到什么啦? Properties Search for Eclipse 3.1.x (2.0.0) requires plug- in "org.eclipse.se... 仔细看一下出错信息,就知道了解决方案啦: 在弹出的Updates对话框中的Select the features to install列表中将所有结尾为“3.1.x”的选项去掉(适用于Eclipse 3.2版本的朋友); 安装4个features 相关资源:Java 面经手册·小傅哥(公众号:bugstack虫洞栈).pdf
转载请注明原文地址: https://www.6miu.com/read-4950553.html

最新回复(0)