What does your pom.xml look like? Try adding the compiler plugin to your pom
with the following configuration:

<build>
    <plugins>

      <!-- Compiler -->
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <executable>${JAVA_HOME}/bin/javac</executable>          
        </configuration>
      </plugin>
...
-- 
View this message in context: 
http://www.nabble.com/-Newbie--Maven-can%27t-find-javac-tp21113688p21113760.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to