一,解决flex builder3的console中文输出乱码问题

1.在windows的开始菜单中,找到Adobe Flex Builder 3 Eclipse Launcher,点击右键,选中属性,编辑flex builder3的启动参数,添加-Dfile.encoding=utf-8。这里的修改会影响console的输出编码。

修正flex builder3中文输出乱码问题,兼讨论eclipse的中文输出乱码问题

2.修改eclipse中JDK的输出编码:在Default VM Arguments中添加:-Dfile.encoding=utf-8,这样就统一了编码,不会出现乱码问题

修正flex builder3中文输出乱码问题,兼讨论eclipse的中文输出乱码问题

我是在用flex builder3是发现这个问题的,当然这种方式可以解决所有的其它基于eclipse开发环境输出乱码的问题。


相关文章:

  • 2021-05-17
  • 2022-12-23
  • 2022-12-23
  • 2022-01-24
  • 2021-06-22
  • 2021-10-29
猜你喜欢
  • 2021-08-25
  • 2022-02-10
  • 2022-12-23
  • 2021-04-23
  • 2022-02-18
  • 2021-07-30
  • 2021-09-20
相关资源
相似解决方案