RE: help on installation issue

2018-10-24 Thread Golan, Yaron
Can you verify that you have a valid JDK and it is in the path, please? -Original Message- From: Marco Stocchi Sent: Tuesday, October 23, 2018 10:54 PM To: users@maven.apache.org Subject: help on installation issue Hello... I have donwloaded and copied the files of maven into my pc. I

Re: help on installation issue

2018-10-23 Thread Bernd Eckenfels
: users@maven.apache.org Betreff: help on installation issue Hello... I have donwloaded and copied the files of maven into my pc. I need to use maven to build a java project. when typing "mvn" on the cmd prompt, I get the following error Error: -classpath requires class path specific

help on installation issue

2018-10-23 Thread Marco Stocchi
Hello... I have donwloaded and copied the files of maven into my pc. I need to use maven to build a java project. when typing "mvn" on the cmd prompt, I get the following error Error: -classpath requires class path specification The internet suggests to mess up with the environment variables, I t

Re: Installation issue

2018-04-02 Thread Yaron Goldstein
t; Might be a typo but there is one 'bin' missing from that path. Should > probably be /usr/local/bin/apache-maven-3.5.3/bin > > br, > Samuli > > > -Original Message- > > From: Romanos Sklavenitis Pistofidis [mailto:r...@broadinstitute.org] > > Sent: 2

RE: Installation issue

2018-03-28 Thread Samuli Saarinen
nos Sklavenitis Pistofidis [mailto:r...@broadinstitute.org] > Sent: 28. maaliskuutata 2018 17:02 > To: Maven Users List > Subject: Re: Installation issue > > Hello, > > I actually extracted it inside /usr/local/bin. So, this is what I see: > > ls -l /usr/local/bin/apache-mave

Re: Installation issue

2018-03-28 Thread Romanos Sklavenitis Pistofidis
Hello, I actually extracted it inside /usr/local/bin. So, this is what I see: ls -l /usr/local/bin/apache-maven-3.5.3/bin total 64 -rw-r--r--@ 1 romanos admin 228 Feb 24 14:46 m2.conf -rwxr-xr-x@ 1 romanos admin 5741 Feb 24 14:46 mvn -rw-r--r--@ 1 romanos admin 6343 Feb 24 14:46 mvn.cmd -

RE: Installation issue

2018-03-28 Thread Golan, Yaron
8 16:51 To: users@maven.apache.org Subject: Installation issue Hi all, I am trying to get started with Maven, but I am having trouble installing it. I have edited my ~/.bash_profile and added /usr/local/apache-maven-3.5.3/bin to the $PATH variable and set $JAVA_HOME to /Library/Java/JavaVirtualMa

Installation issue

2018-03-28 Thread Romanos Sklavenitis Pistofidis
Hi all, I am trying to get started with Maven, but I am having trouble installing it. I have edited my ~/.bash_profile and added /usr/local/apache-maven-3.5.3/bin to the $PATH variable and set $JAVA_HOME to /Library/Java/JavaVirtualMachines/jdk-9.0.4.jdk/Contents/Home, but when I call mvn,

Re: Installation issue

2016-02-20 Thread Superfund
This question has an answer on stack overflow at >. > On 19 Feb 2016, at 10:37 AM, youssef boujallab > w

Re: Installation issue

2016-02-20 Thread Eric B
Is mvn.sh in your path? Alternatively, if you go to the mvn/bin folder can you run it via ./mvn.sh -version? On Feb 18, 2016 6:06 PM, "Patric Hindenberger" < patric.hindenber...@gmail.com> wrote: > Hello > > i try to install MAVEN on MAC OS X EL CAPITAN and have downloaded and > extracted the most

Re: Installation issue

2016-02-18 Thread Curtis Rueden
Hi Patric, I suggest installing Maven on OS X using Homebrew (http://brew.sh/). Installation is as simple as "brew install maven" and then the "mvn" command exists in /usr/local/bin. Regards, Curtis On Tue, Feb 16, 2016 at 4:52 AM, Patric Hindenberger < patric.hindenber...@gmail.com> wrote: >

Re: Installation issue

2016-02-18 Thread Stephen Coy
This question has an answer on stack overflow at >. > On 19 Feb 2016, at 10:37 AM, youssef boujallab

Re: Installation issue

2016-02-18 Thread youssef boujallab
Hello, Did you set Maven home in your environments variables? Youssef Le 18 févr. 2016 23:06, "Patric Hindenberger" a écrit : > Hello > > i try to install MAVEN on MAC OS X EL CAPITAN and have downloaded and > extracted the most recent maven- files. > I have set up the $JAVA_HOME correctly to

Installation issue

2016-02-18 Thread Patric Hindenberger
Hello i try to install MAVEN on MAC OS X EL CAPITAN and have downloaded and extracted the most recent maven- files. I have set up the $JAVA_HOME correctly to /Library/Java/JavaVirtualMachines/jdk1.8.0_74.jdk/Contents/Home But if i try to double check the install i get by mvn --version the

Re: maven 3.0.4 installation issue on OEL linux 6 - quick question

2012-12-14 Thread Wayne Fay
> -rw-r--r-- 1 root root7028 Dec 14 07:17 > apache-maven-3.0.4-bin.tar.gz > > The checksum don't match. > We tried downloading with Chrome or Firefox. 7028 bytes is clearly not the Maven tarball. I believe you have downloaded the HTML mirror redirection page. Try again. Wayne --

maven 3.0.4 installation issue on OEL linux 6 - quick question

2012-12-14 Thread Z W
Hi We have trouble installing Maven 304 -rw-r--r-- 1 root root7028 Dec 14 07:17 apache-maven-3.0.4-bin.tar.gz The checksum don't match. We tried downloading with Chrome or Firefox. Is there a simpler way, a step-by-step to show us ? Thanks -