Skip to content

error: package com.sun.xml.internal.bind.marshaller does not exist #4

@jsonlog

Description

@jsonlog
<bootclasspath>${JAVA_HOME}/jre/lib/rt.jar;${JAVA_HOME}/jre/lib/jce.jar</bootclasspath>  

<plugin>  
    <groupId>org.apache.maven.plugins</groupId>  
    <artifactId>maven-compiler-plugin</artifactId>  
    <configuration>  
        <source>1.7</source>  
        <target>1.7</target>  
        <encoding>UTF-8</encoding>
        <compilerArguments>  
            <bootclasspath>${JAVA_HOME}/jre/lib/rt.jar</bootclasspath>  
        </compilerArguments>  
    </configuration>  
</plugin> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions