Ya me están enviando un software, me imagino que sea el JDK. Para que tengan una idea, son 154 email con adjuntos de 512KB, esto me toma varios días o toda una tarde del sábado o domingo. ¿Será la guerra de las galaxias?, ja ja ja. Cuando termine tendré mi NetBeans para Linux pues ya lo tengo para Windows XP.

--
Saludos,

Luis Esteban de Dios Núñez

En Tue, 07 Jul 2009 17:11:55 -0400, Mario Viapiano <[email protected]> escribió:

yo cuando instale el NetBeans, aclaro que instale la version que incluye
todo, tuve el mismo error que Luis. descargue e instale el JDK y listo.

2009/7/7 Nelson Fernandez <[email protected]>


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




---------------------------------------
   Red Telematica de Salud - Cuba
          CNICM - Infomed
_______________________________________________
Ruby mailing list
[email protected]
http://lista.rubyargentina.com.ar/listinfo.cgi/ruby-rubyargentina.com.ar

Responder a