Eclipse和MyEclipse中文显示乱码问号非正常显示

  1. 打开Eclipse或者MyEclipse
  2. Windows -> Preferences

Eclipse和MyEclipse中文显示乱码问号非正常显示


  1. General -> Content type
  2. Java Class File
  3. Text目录下
  4. CSS
  5. HTML
  6. Java Properties File
  7. Java Source File
  8. JavaScript Source File
  9. JSP
  10. Refactoring History File
  11. Refactoring History Index
  12. XML
  13. XML(illformed)
  14. 以上项目的Default encoding都改为UTF-8 并点击 Update

Eclipse和MyEclipse中文显示乱码问号非正常显示


  1. General -> Workspace
  2. Text file encoding更改为Other:UTF-8
  3. 点击Apply OK

Eclipse和MyEclipse中文显示乱码问号非正常显示


  1. 在自己开发的一个项目上点击右键
  2. 项目右键->Properties 或者 左键点击->Alt+Enter

Eclipse和MyEclipse中文显示乱码问号非正常显示


  1. Resource
  2. Text file encoding 选择 Other:UTF-8
  3. Apply OK

Eclipse和MyEclipse中文显示乱码问号非正常显示


  1. 重启Eclipse
  2. 经过上述5个步骤,Eclipse的中文编码便设置完毕.
  3. 如数据库中中文还是显示问号及其乱码
  4. 请检查数据库设置
  5. 代码
  6. 过滤器

相关推荐