Package: tis-java8

Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is provided on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version (1.8.2 / 2.0 / 2.1 / 2.2 / etc.) AS WELL AS the Enterprise / Discovery edition.
* Specify the server OS (Linux / Windows) and version (Debian Stretch/Buster - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine (Windows 7 / 10)
. * As with any community forum, support is provided voluntarily by members. If you require sales support, you can contact the Tranquil IT sales department at 02.40.97.57.55
User avatar
ssamson
Messages: 245
Registration: June 20, 2014 - 10:29

April 23, 2015 - 12:18

Picture tis-java8
Description:
Java JRE 32 and 64-bit, closes IE, FF, TB before installation, disables automatic updates
Steven Samson - Tranquil IT Systems
Feel free to leave us your opinion on Wapt in the forum, or to answer our questionnaires :).
User avatar
htouvet
WAPT Expert
Messages: 436
Registration: March 16, 2015 - 10:48
Contact :

May 4, 2015 - 2:38 PM

Update 8.45 is available.
Tranquil IT
User avatar
htouvet
WAPT Expert
Messages: 436
Registration: March 16, 2015 - 10:48
Contact :

July 17, 2015 - 4:17 PM

8.51 available
Tranquil IT
User avatar
htouvet
WAPT Expert
Messages: 436
Registration: March 16, 2015 - 10:48
Contact :

August 31, 2015 - 4:10 PM

8.60 available
Tranquil IT
Fred
Messages: 2
Registration: March 29, 2016 - 12:51

March 30, 2016 - 09:53

Hello,

Java 8 Update 77 is available on the Java website.

Regards,
Aedenth
Messages: 15
Registration: Sep 19, 2016 - 09:26

July 24, 2017 - 2:26 PM

Good morning,

Could there be an error in the latest version of the package?
WindowsVersions() is a class, not a function, and therefore does not return anything; consequently, regardless of the case, this package will install the java8-xp package
Shouldn't it be windows_version() instead?

Code: Select all

   
if WindowsVersions()<=Version('5.1'):
	 # plus compatible avec windows XP
        prefix = control.package.split('-')[0]
        WAPT.install('%s-java8-xp'%prefix)
else:
	allmsi = glob.glob('*.msi')
        for msi in allmsi :
            java_version = get_msi_properties(msi)['ProductVersion']
            print ('Installation de Java version : ' + java_version)
            break
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

July 24, 2017 - 9:52 PM

Thank you, it has indeed been corrected ;)
security_error
Messages: 12
Registration: March 23, 2017 - 5:42 PM

May 9, 2019 - 10:36

Hello gentlemen,

A Java update is available: https://java.com/fr/download/manual.jsp

However, I'm just asking in case: will you continue to package Java this way, with the 32-bit and 64-bit versions together?

On the web forums, they separate the two, which isn't ideal for me, as we have a business application running on Java/ActiveX (and everything has been configured at the vendor's end to force the launch of 32-bit IE, even on 64-bit Windows machines).

Sincerely,
User avatar
dcardon
WAPT Expert
Messages: 1929
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

May 9, 2019 - 6:23 PM

Hello security_error,
security_error wrote: May 9, 2019 - 10:36 A Java update is available: https://java.com/fr/download/manual.jsp

However, I'm just asking in case: will you continue to package Java like this with the 32/64-bit versions together?

On the web forums, they separate the two, which doesn't suit me, because we have a business application running on Java/ActiveX (and everything has been configured at the publisher to force the launch of IE 32-bit, even on 64-bit Windows machines).
Indeed, we forgot to push the 8u211 update to the public store... Sorry.

However, version 8u212 is now only available for free to developers or for personal use... which severely restricts its use!

We'll start repackaging the OpenJDK JRE in WAPT to resolve this issue. If you have an Oracle license for Java, you can easily update the package by running `wapt-get edit` and replacing the old version with the new one. Don't forget to update the control file as well.

Sincerely,

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
security_error
Messages: 12
Registration: March 23, 2017 - 5:42 PM

July 23, 2019 - 1:52 PM

Hello,

A new version is available: https://java.com/fr/download/manual.jsp

Best regards, as they say at work :)
Locked