cancel
Showing results for 
Search instead for 
Did you mean: 

about installing AAAR

steve_cx
Champ in-the-making
Champ in-the-making
Hi,

I am trying to install AAAR.
I follow the step in following url.
http://fcorti.com/alfresco-audit-analysis-reporting/aaar-how-to-install/

However I can't find anything in "Repository" or anywhere.

I got an warning when installing.
[IMG]http://i43.tinypic.com/33utxli.png[/IMG]

I tried to add "C:\Program Files\Java\jre7\bin" to "System variables" but also give the warning.

Please help.
Thx!
1 REPLY 1

fcorti
Elite Collaborator
Elite Collaborator
Hi Steve,

Happy new year! 🙂

You can solve the problem setting the JAVA_HOME variable in your environment.

You can read how in this post:
<a href="http://fcorti.com/2013/01/09/installation-alfresco-4-2-c-on-ubuntu/">http://fcorti.com/2013/01/09/installation-alfresco-4-2-c-on-ubuntu/</a>

I extract the tasks below:
- Open a terminal.
- sudo nano /etc/profile.d/java.sh
- Write:
  export JAVA_HOME=/opt/alfresco/java/jdk1.7.0_07 (or something similar)
  export PATH=$PATH:$HOME/bin:$JAVA_HOME/bin
- Save and exit
- java -version

Starting from here the Pentaho startup will reach the Java executable from the JAVA_HOME and path variables.