sábado, 28 de junio de 2008

Mac OSX Leopard: environment variables on bash

References:
  • http://www.macdevcenter.com/pub/a/mac/2004/02/24/bash.html
Solution:
  1. create a file ".profile" in your $HOME directory
  2. declare the environment variable as follows:
    export JAVA_HOME=/usr/bin/java

No hay comentarios: