各位 :
      每次都在cmd 下敲native2ascii  很郁闷
  能推荐一种插件 在myeclipse中 直接使用中文的吗?又该怎么样引入到myeclipse中使用?
  先谢了!

解决方案 »

  1.   

    我通过myEclipse的软件更新 在http://propedit.sourceforge.jp/eclipse/updates/下载
    了PropertiesEdit 可是报这样的错误:
      Unable to create this part due to an internal error. Reason for the failure: Editor could not be initialized.  有人告诉我该怎么样解救吗?
      

  2.   

    首先在csdn下随便下载一个propedit_4.8.2_for_eclipse3.0 插件
    在myeclipse 选择
      help --sofware updates  --find and Install  
        -- search for  new features to install 
        —— new Local site  找到 propedit的目录
      然后 默认下一步  就可以了 
      如果 有问题 QQ:88603821
      

  3.   

    jp.gr.java_conf.ussiy.app.propedit_4.5.0_for_eclipse3.0.zip
      

  4.   

    好像有这种插件的,我不记得了,我现在用的好像是用ant写的一文件,就这段吧,
    <target name="native" description="make resource files">
    <native2ascii dest="${src.dir}/resource/temp" 
          encoding="gb2312"
      src="${src.dir}/resource" 
      includes="*_zh_temp.properties.tmp">

    </native2ascii>
    <rename dest="${src.dir}/resource/temp/message_zh_CN.properties" 
    src="${src.dir}/resource/temp/message_zh_temp.properties.tmp"/>
    <copy todir="${src.dir}/resource">
    <fileset dir="${src.dir}/resource/temp" includes="*.properties"></fileset>
    </copy>
    <delete dir="${src.dir}/resource/temp"></delete>
    </target>
      

  5.   


    版本问题,找对应你eclipse版本的
      

  6.   

    editplus 中文输进去 保存的时候另编码 打开COPY到项目的资源文件里就行了
      

  7.   

    下载个这jp.gr.java_conf.ussiy.app.propedit_4.8.1_for_eclipse3.0.rar 
      

  8.   

    同意十楼。下载这个可以. 装好之后在eclipse中在资源文件上显示一个绿色的P。就证明安装好了。
      

  9.   

    首先下载一个propedit_4.8.2_for_eclipse3.0 插件 
    在myeclipse 选择 
      help --sofware updates  --find and Install  
        -- search for  new features to install 
        —— new Local site  找到 propedit的目录