WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: java-installer.tcz for JDK 8  (Read 4418 times)

Offline thane

  • Hero Member
  • *****
  • Posts: 689
java-installer.tcz for JDK 8
« on: April 21, 2015, 10:57:27 PM »
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.

Offline anno

  • Newbie
  • *
  • Posts: 1
Re: java-installer.tcz for JDK 8
« Reply #1 on: August 02, 2015, 09:43:29 AM »
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 --

Offline thane

  • Hero Member
  • *****
  • Posts: 689
Re: java-installer.tcz for JDK 8
« Reply #2 on: August 04, 2015, 09:10:40 AM »
Thanks anno! I'll try this out.

You might also consider adding this as a new extension to the repository.

Offline Zendrael

  • Sr. Member
  • ****
  • Posts: 362
    • Zendrael's home of projects
Re: java-installer.tcz for JDK 8
« Reply #3 on: August 24, 2015, 05:55:45 AM »
Hi anno!

Submitting your extension to the repo will be very appreciated!

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: java-installer.tcz for JDK 8
« Reply #4 on: August 24, 2015, 07:33:24 AM »
Don't assume where extensions are located.
The tce directory is /etc/sysconfig/tcedir .

Offline thane

  • Hero Member
  • *****
  • Posts: 689
Re: java-installer.tcz for JDK 8
« Reply #5 on: September 01, 2015, 12:25:21 AM »
Belated thanks for the updated java-installer.tcz. Installed latest Java JDK/JRE 8.