Hello Denis,

Thank you for your feedback, I share it to the ecm-list.

Alain


Denis Bitouzé a écrit :
Le Mon, 11 Jun 2007 21:38:47 +0200
Alain Escaffre <[EMAIL PROTECTED]> a écrit :

  
If you want to make Nuxeo run, you need to have jdk 1.5.X when you
type java -ver.
    

OK. I had to find the right application to install. Maybe it could be
useful to someone else so I describe here how I proceeded: on my
Mandriva 2007.0 box, I downloaded:

jdk-1_5_0_12-linux-i586-rpm.bin

to be found here:

http://java.sun.com/javase/downloads/index_jdk5.jsp

Then, as root:

chmod u+x jdk-1_5_0_12-linux-i586-rpm.bin
./jdk-1_5_0_12-linux-i586-rpm.bin

And, in a console (or in the .bash_profile):

export JAVA_HOME=/usr/java/jdk1.5.0_12/jre
export PATH=$JAVA_HOME/bin:$PATH

Then, in the directory where was downloaded
nuxeo-ep-5.1.0.M3-installer-2.jar:

java -jar nuxeo-ep-5.1.0.M3-installer-2.jar

Once the application is installed, in the installation directory chosen
in previous step:

sh bin/run.sh

And everything went well.

Thanks a lot for your help!
  
--
Alain
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to