1
Mavenでコードをコンパイルすると、次のエラーが発生します。コンパイル時にMavenがIllegalCharsetNameExceptionをスローする
誰かがこれがなぜ起こり、それを解決するのを助けてくれますか?
マイエラー:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.269 s
[INFO] Finished at: 2017-04-13T13:59:38+02:00
[INFO] Final Memory: 11M/307M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project panima: Fatal error compiling: CompilerException: IllegalCharsetNameException -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Process finished with exit code 1
はおそらく、あなたが投稿した出力のライン上でより多くの情報があります。これに関連するものがあればご覧ください。 – Jens