Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果使用参数 file.enconding 启动我的应用程序,然后我的 JVM 创建另一个 JVM file.enconding 参数将不会被第二个 JVM 继承。第二个 JVM 将使用系统编码。
我可以将 JVM 设置为使用相同的 file.enconding 打开另一个 JVM 吗?
您可以将-Dfile.encoding=YOURENCODING命令行参数作为命令行参数传递给第二个 JVM。
-Dfile.encoding=YOURENCODING