1
私は、これは、コードの行である私はEclipseは戦争の成功を構築しますが、Mavenのコマンドcanot
mvn clean install
を実行すると、それは誤り
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project foo: Compilation failure: Compilation failure:
[ERROR] /E:/bar/XmlUtils.java:[9,44] package com.sun.xml.internal.bind.marshaller does not exist
[ERROR] /E:/bar/XmlUtils.java:[11,34] cannot find symbol
[ERROR] symbol: class CharacterEscapeHandler
[ERROR] /E:/.../FooServiceImpl.java:[106,44] package com.sun.xml.internal.bind.marshall
を表示するJava 8 JDK 上でJava 7をコーディングエラー
を作りますCharacterEscapeHandler.class.getName()
Mavenが見つかりません import com.sun.xml.internal.bind.marshaller.Char acterEscapeHandler;
MavenがCharacterEscapeHandle
を見つけられません。それを修正するには?
私はビルド、パッケージ、Eclipse Neonで動作しても問題ありません。それを修正するには?
http://stackoverflow.com/questions/13068146/how-to-overcome-package-com-sun-xml-internal-xxx-does-not-exist-when-compiling .. ??? – Akshay