02-23-2008, 01:14 PM
02-23-2008, 02:00 PM
Hola !
Descarga Jini:
https://starterkit.dev.java.net/download...index.html
Wiki:
http://www.jini.org/wiki/Category:Jini_Starter_Kit
http://www.jini.org/wiki/Category:Gettin...stallation
Descarga Jini:
https://starterkit.dev.java.net/download...index.html
Wiki:
http://www.jini.org/wiki/Category:Jini_Starter_Kit
http://www.jini.org/wiki/Category:Gettin...stallation
Código:
sh ./jini2_1.bin
Si problemas con GNU GCJ , instala el JDK de Sun.
Si es un linux 64 bits, tienes errores, tipo:
Cita:
:/usr/src$ sh ./jini2_1.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
nawk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Launching installer...
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/usr/lib/jvm/java-6-sun/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
nawk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Launching installer...
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/usr/lib/jvm/java-6-sun/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
Entonces:
Código:
cp jini2_1.bin jini.bck
cat jini.bck | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > jini2_1.bin
rm jini.bck