Description:
Java JRE 32 and 64-bit, closes IE, FF, TB before installation, disables automatic updates
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
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
Steven Samson - Tranquil IT Systems
Feel free to leave us your opinion on Wapt in the forum, or to answer our questionnaires
.
Feel free to leave us your opinion on Wapt in the forum, or to answer our questionnaires
Update 8.45 is available.
Tranquil IT
8.51 available
Tranquil IT
8.60 available
Tranquil IT
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?
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- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
Thank you, it has indeed been corrected 
-
security_error
- Messages: 12
- Registration: March 23, 2017 - 5:42 PM
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,
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,
- dcardon
- WAPT Expert
- Messages: 1929
- Registration: June 18, 2014 - 09:58
- Location: Saint Sébastien sur Loire
- Contact :
Hello security_error,
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
Indeed, we forgot to push the 8u211 update to the public store... Sorry.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).
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
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
Hello,
A new version is available: https://java.com/fr/download/manual.jsp
Best regards, as they say at work
A new version is available: https://java.com/fr/download/manual.jsp
Best regards, as they say at work
