Picked up JAVA_TOOL_OPTIONS: Dfiles.encoding=UTF-8
Unrecognized option: Dfiles.encoding=UTF-8
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
编译java源文件时,出现上述问题
在Java中,当JVM 启动的时候,如果需要指定参数,需要-D+ 参数名称
很明显你的命令写错了,应该是
-Dfile.encoding=UTF-8