Tiny Core Linux
Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: thane on April 22, 2015, 01:57:27 AM
-
Per Oracle, JDK 7 is at end-of-life.
http://www.oracle.com/technetwork/java/eol-135779.html
An updated (or separate) version of java-installer.tcz for JDK 8 would be great.
-
I successfully created my own. Roughly from memory I must have
tce-load -i java-installer
tce-load -i squashfs-tools
mkdir java8-installer
cp -R /tmp/tcloop/java-installer/* java8-installer
... Edited file replacing 7 with 8 in just a few places. I also updated the UPD default.
mksquashfs java8-installer /mnt/sda1/tce/optional/java8-installer.tcz
The last line assumes that your persisted extensions are mounted on /mnt/sda1 --
-
Thanks anno! I'll try this out.
You might also consider adding this as a new extension to the repository.
-
Hi anno!
Submitting your extension to the repo will be very appreciated!
-
Don't assume where extensions are located.
The tce directory is /etc/sysconfig/tcedir .
-
Belated thanks for the updated java-installer.tcz. Installed latest Java JDK/JRE 8.