2009/7/7 Luis Esteban de Dios Núñez <[email protected]>

> Hola,
>
> Parece que, en mi caso, también necesito un JDK. Después de ejecutar lo
> siguiente,
>
> chmod +x netbeans-6.7-ml-ruby-linux.sh
>
> ./netbeans-6.7-ml-ruby-linux.sh
>
> Miren el error que obtuve,
>
> -------error--------
> Configuring the installer...
> Searching for JVM on the system...
> Java SE Development Kit (JDK) was not found on this computer
> JDK 6 or JDK 5 is required for installing the NetBeans IDE. Make sure that
> the JDK is properly installed and run installer again.
> You can specify valid JDK location using --javahome installer argument.
>
> To download the JDK, visit http://java.sun.com/javase/downloads
> --------------------
>
>
Lo que puede estar sucediendo es que el script no encuentra a el JRE en el
path.
Defini la variable JAVA_HOME y agregalo tambien a la variable path

ejemplo en linux:

export JAVA_HOME=/opt/java-1.6.5
export PATH=$PATH:$JAVA_HOME/bin


--
:: nelson ::
[ artesano de software & software craftsman ]
http://netflux.com.ar






>
> --
> Saludos,
>
> Luis Esteban de Dios Núñez
>
> ---------------------------------------
>   Red Telematica de Salud - Cuba
>          CNICM - Infomed
> _______________________________________________
> Ruby mailing list
> [email protected]
> http://lista.rubyargentina.com.ar/listinfo.cgi/ruby-rubyargentina.com.ar
>
_______________________________________________
Ruby mailing list
[email protected]
http://lista.rubyargentina.com.ar/listinfo.cgi/ruby-rubyargentina.com.ar

Responder a