3 # [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
4 # [I] Java Runtime and Development Environment
7 # [D] j2sdk-1.3.1.bin descargar-desde-un-mirror
12 cp -v $archdir/j2sdk-1.3.1.bin .
14 patch -Nfp0 < $confdir/java-bin.patch
17 echo "PATH=$PATH:/opt/java/bin" >> /etc/profile.d/java
18 echo "/opt/java/lib" >> /etc/ld.so.conf
22 # Notes: to download this package u need to accept Sun's license.
23 # This is a shell script with sources in the same file.
24 # Find a way to make this easier. (No interactive install)