-
Notifications
You must be signed in to change notification settings - Fork 55
Issues with Boxen Java and maven #51
Comments
A well installed jdk framework under OSX seems to be linked via /Library/Java/JavaVirtualMachines/Home? Where does CurrentJDK come from? -- On December 30, 2014 at 2:13:37 PM, Peter Souter ([email protected]) wrote: So, I've been having a long standing issue with boxen and maven. For example, I clone: https://github.com/scobal/seyren I run mvn clean verify I get: exceptionGettingDataFromGraphiteIsHandled(com.seyren.core.util.graphite.GraphiteHttpClientTest) Time elapsed: 0 sec <<< ERROR! All the things I'm reading are basically saying "You're pointing at the wrong version of java" And someone then said "Check your maven bin script, it's probably setting $JAVA_HOME incorrectly" So I look and I see this: OS specific support. $var must be set to either true or false.cygwin=false;
esac Is there a way to fix how we set the java home so maven can work? — |
I dunno, that's all from the maven install done by default with brew... |
So, I've been having a long standing issue with boxen and maven.
For example, I clone: https://github.com/scobal/seyren
I run
mvn clean verify
I get:
All the things I'm reading are basically saying "You're pointing at the wrong version of java"
And someone then said "Check your maven bin script, it's probably setting $JAVA_HOME incorrectly"
So I look and I see this:
Is there a way to fix how we set the java home so maven can work?
The text was updated successfully, but these errors were encountered: