-Dfile.encoding=UTF-16BE crashes JavaFX

给你一囗甜甜゛ 提交于 2019-12-12 03:27:30

问题


When I use the JVM flag -Dfile.encoding=UTF-16BE to launch a JavaFX application libfreetype.so.6 catches a SIGSEGV. It only happens in JavaFX applications and if I don't use the flag the application launches fine and I can use UTF-16BE to write files without problem by specifying the charset in my code. This is my crash log https://drive.google.com/open?id=0BzW0t4K6XI4gdHhWa0M2YWNtUTQ

来源:https://stackoverflow.com/questions/37206211/dfile-encoding-utf-16be-crashes-javafx

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!