问题

在Struct2在读取语言包文件language.properties属性文件,如果文件中包含中文,会出现乱码。虽然可以native2ascii进行解决,但是使用起来不方便,为了解决这个问题,可以为Eclipse安装Properties Editor插件解决这个问题。 

 

Properties Edito官网地址:http://propedit.sourceforge.jp/index_en.html

Properties Edito安装地址:http://propedit.sourceforge.jp/howto_eclipseplugin_install_en.html

环境

  Eclipse版本: 3.6

步骤

1  安装Properties Editor插件

a  Help --> Install New Software 

b  在打开窗口“Work with”输入:http://propedit.sourceforge.jp/eclipse/updates/ 回车

   选择PropertiesEditor下的2个组件进行安装即可。如果去掉“Contact all update sites during install to find required software” 可以跳过自检。

   安装过程中,可能有警告,别管它,点击是就可以。

c  安装完毕后,重启Eclipse。

2  Properties文件和Properties Editor关联

   如果安装成功,则properties文件图片会变成一个文本中有个绿色的P。

   如果还不能用Properites Editor打开,则文件右击 -> Open With -> PropertiesEditor即可

相关文章:

  • 2022-02-17
  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
  • 2022-01-08
  • 2022-03-07
  • 2022-12-23
猜你喜欢
  • 2021-08-13
  • 2021-12-24
  • 2021-07-09
  • 2021-06-13
  • 2022-12-23
  • 2021-06-25
相关资源
相似解决方案