I am trying to compile javabot on windows using maven 2. I already compiled Java programs (so I know the JDK works correctly by default) and this is my first time I used maven. The error I am getting is:
[INFO] Compilation error
\ evanchooly-javabot-dbea131 \ apt-tools \ SRC \ main \ Java \ javabot \ Maven \ Indexer.java: [23.37] package com.sun.tools.javac.processing does not exist error: bad service configuration file or exception throws when building the processor object: javax.annotation.processing.Processor: Provider javabot.maven.Indexer not found
I (think) I correctly set all the environment variables correctly, as indicated on the maven download page, and also updated to Java version 1.6.0_22 and still the same errors.
I contacted other people who told me that maven can compile the program correctly on OSX and Linux without any problems. Can someone give me clear instructions on what needs to be done in order to compile javabot on windows using maven? Thank you (I am running Windows XP, 32 bit)
source
share