> On Apr 28, 2015, at 5:33 PM, Emmanuel Lécharny <[email protected]> wrote:
> 
> What's weird is the error message :
> 
>    Cannot run program "/opt/jdk1.7.0_71/bin/java/bin/java": error=20,
> Not a directory
> 
> It's like you have your $JAVA_HOME set to something incorrect. Can you
> do a :
> 
>    $ echo $JAVA_HOME

Was thinking same thing.  It’s correct though:

smckinn@ubuntu:~/SVN/apache/1.0.0-M30$ echo $JAVA_HOME
/opt/jdk1.7.0_71/

Here are the steps I performed:

# svn co http://svn.apache.org/repos/asf/directory/shared/tags/1.0.0-M30
# cd 1.0.0-M30/
# export JAVA_HOME=/opt/jdk1.7.0_71/
# mvn clean install

Shawn
[email protected]

Reply via email to