이 사이트를 이용함으로써, 당신은 다음에 동의합니다 개인 정보 보호 정책.
수용하다
엔터인IT엔터인IT엔터인IT
  • 집
  • IT 프로
  • 기술
  • 마이크로소프트
    • 하늘빛
    • 구성 관리자/SCCM
    • DPM
    • 오케스트레이터
    • 하이퍼-V
    • 마이크로소프트 엣지 인사이더
    • MSI
    • 사무실 365
    • 사무실 내부자
    • 파워 BI
    • 스카이프
    • SQL 서버
    • 팀
  • 윈도우
    • Windows 관리 센터
    • 윈도우 클라이언트
    • 윈도우 서버
  • SCCM 쿼리 컬렉션 목록
독서: Java MSI X64 및 X86을 다운로드하십시오 8.0.1910.12
글꼴 크기 조정기아아
엔터인IT엔터인IT
글꼴 크기 조정기아아
  • 집
  • IT 프로
  • 기술
  • 마이크로소프트
  • 윈도우
  • SCCM 쿼리 컬렉션 목록
찾다
  • 집
  • IT 프로
  • 기술
  • 마이크로소프트
    • 하늘빛
    • 구성 관리자/SCCM
    • DPM
    • 오케스트레이터
    • 하이퍼-V
    • 마이크로소프트 엣지 인사이더
    • MSI
    • 사무실 365
    • 사무실 내부자
    • 파워 BI
    • 스카이프
    • SQL 서버
    • 팀
  • 윈도우
    • Windows 관리 센터
    • 윈도우 클라이언트
    • 윈도우 서버
  • SCCM 쿼리 컬렉션 목록
MSI

Java MSI X64 및 X86을 다운로드하십시오 8.0.1910.12

2월 출판 11, 2024
7 최소 읽기
공유하다

Java MSI X64 및 X86을 다운로드하십시오 8.0.1910.12.

내용물
Release HighlightsNew FeaturesChangesBug Fixes

For installtion with Configuration Manager use:

x86

msiexec.exe /i "jre1.8.0_191.msi" /qn JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 RebootYesNo=No

x64

msiexec.exe /i "jre1.8.0_19164.msi" /qn JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 RebootYesNo=No

For uninstall use:

x86

msiexec /x {26A24AE4-039D-4CA4-87B4-2F32180191F0} /qn /norestart

x64

msiexec /x {26A24AE4-039D-4CA4-87B4-2F64180191F0} /qn /norestart

Release Highlights

New Features

infrastructure/build

Build Environment Update Linux x86/x64 Moved to gcc 7.3 On x86/x64 Linux, the toolchain used to build the JDK has been upgraded from GCC 4.3 to GCC 7.3.

Changes

core-svc

Changed Central File System Location for usagetracker.properties File The file system location in Windows for the usagetracker.properties file has been moved from %ProgramData%\Oracle\Java\ 에게 %ProgramFiles%\Java\conf

There is no change in the file path for Linux, Solaris, or macOS.

security-libs/javax.net.ssl

Disabled all DES TLS Cipher Suites DES-based TLS cipher suites are considered obsolete and should no longer be used. DES-based cipher suites have been deactivated by default in the SunJSSE implementation by adding the “DES” identifier to the jdk.tls.disabledAlgorithms security property. These cipher suites can be reactivated by removing “DES” from the jdk.tls.disabledAlgorithms security property in the java.security file or by dynamically calling the Security.setProperty() method. In both cases re-enabling DES must be followed by adding DES-based cipher suites to the enabled cipher suite list using the SSLSocket.setEnabledCipherSuites() 또는 SSLEngine.setEnabledCipherSuites() methods.

Note that prior to this change, DES40_CBC (but not all DES) suites were disabled via the jdk.tls.disabledAlgorithms security property.

security-libs/java.security

Removal of Several Symantec Root CAs The following Symantec root certificates are no longer in use and have been removed:

  • Symantec
    • equifaxsecurecaDN: OU=Equifax Secure Certificate Authority, O=Equifax, C=US
    • equifaxsecureglobalebusinessca1DN: CN=Equifax Secure Global eBusiness CA-1, O=Equifax Secure Inc., C=US
    • equifaxsecureebusinessca1DN: CN=Equifax Secure eBusiness CA-1, O=Equifax Secure Inc., C=US
    • verisignclass1g3caDN: CN=VeriSign Class 1 Public Primary Certification Authority – G3, OU=”(기음) 1999 VeriSign, Inc. – For authorized use only”, OU=VeriSign Trust Network, O=”VeriSign, Inc.”, C=US
    • verisignclass2g3caDN: CN=VeriSign Class 2 Public Primary Certification Authority – G3, OU=”(기음) 1999 VeriSign, Inc. – For authorized use only”, OU=VeriSign Trust Network, O=”VeriSign, Inc.”, C=US
    • verisignclass1g2caDN: OU=VeriSign Trust Network, OU=”(기음) 1998 VeriSign, Inc. – For authorized use only”, OU=Class 1 Public Primary Certification Authority – G2, O=”VeriSign, Inc.”, C=US
    • verisignclass1caDN: OU=Class 1 Public Primary Certification Authority, O=”VeriSign, Inc.”, C=US

security-libs/java.security

Removal of Baltimore Cybertrust Code Signing CA The following Baltimore CyberTrust Code Signing root certificate is no longer in use and has been removed:

  • baltimorecodesigningcaDN: CN=Baltimore CyberTrust Code Signing Root, OU=CyberTrust, O=Baltimore, C=IE

security-libs/java.security

Removal of SECOM Root Certificate The following SECOM root certificate is no longer in use and has been removed:

  • secomevrootca1DN: OU=Security Communication EV RootCA1, O=”SECOM Trust Systems CO.,LTD.”, C=JP

hotspot/runtime

Java Improvements for Docker Containers The following changes have been introduced in JDK 10 to improve the execution and configurability of Java running in Docker containers:

  • JDK-8146115 Improve docker container detection and resource configuration usage

The JVM has been modified to be aware that it is running in a Docker container and will extract container specific configuration information instead of querying the operating system. The information being extracted is the number of CPUs and total memory that have been allocated to the container. The total number of CPUs available to the Java process is calculated from any specified cpu sets, cpu shares or cpu quotas. This support is only available on Linux based platforms. This new support is enabled by default and can be disabled in the command line with the JVM option:

-XX:-UseContainerSupport

In addition, this change adds a JVM option that provides the ability to specify the number of CPUs that the JVM will use:

-XX:ActiveProcessorCount=count

This count overrides any other automatic CPU detection logic in the JVM.

  • JDK-8186248 Allow more flexibility in selecting Heap % of available RAM

Three new JVM options have been added to allow Docker container users to gain more fine grained control over the amount of system memory that will be used for the Java Heap:

  • -XX:InitialRAMPercentage
  • -XX:MaxRAMPercentage
  • -XX:MinRAMPercentage

These options replace the deprecated Fraction forms (-XX:InitialRAMFraction, -XX:MaxRAMFraction, 그리고 -XX:MinRAMFraction).

  • JDK-8179498 attach in linux should be relative to /proc/pid/root and namespace aware

This bug fix corrects the attach mechanism when trying to attach from a host process to a Java process that is running in a Docker container.

security-libs/javax.crypto

Improved Cipher Inputs The specification of javax.crypto.CipherInputStream has been clarified to indicate that this class may catch BadPaddingException and other exceptions thrown by failed integrity checks during decryption. These exceptions are not re-thrown, so the client may not be informed that integrity checks failed. Because of this behavior, this class may not be suitable for use with decryption in an authenticated mode of operation (e.g. GCM). Applications that require authenticated encryption can use the Cipher API directly as an alternative to using this class.

Bug Fixes

The following are some of the notable bug fixes included in this release:

core-libs/javax.naming

LDAPS Communication Failure Application code using LDAPS with a socket connect timeout that is <= 0 ( the default value ) may encounter an exception when establishing the connection.

The top most frames from Exception stack traces of applications encountering such issues might resemble the following:

javax.naming.ServiceUnavailableException: <server:port>; socket closed
at com.sun.jndi.ldap.Connection.readReply(Unknown Source)
at com.sun.jndi.ldap.LdapClient.ldapBind(Unknown Source)
...

core-libs/java.net

Better HTTP Redirection Support In this release, the behavior of methods which application code uses to set request properties in java.net.HttpURLConnection has changed. When a redirect occurs automatically from the original destination server to a resource on a different server, then all such properties are cleared for the redirect and any subsequent redirects. If these properties are required to be set on the redirected requests, then the redirect responses should be handled by the application by calling HttpURLConnection.setInstanceFollowRedirects(false) for the original request.

DOWNLOAD x86

DOWNLOAD x64

태그됨:JavaMicrosoft Windows 서버msi시스템 센터시스템 센터 구성 관리자윈도우윈도우 10
이전 기사 Windows Virtual Desktop announced
다음 기사 SQL Server Native Client Update Prerequisite
코멘트를 남겨주세요 코멘트를 남겨주세요

답장을 남겨주세요 답장 취소

귀하의 이메일 주소는 공개되지 않습니다. 필수 입력란이 표시되어 있습니다 *

이 사이트는 스팸을 줄이기 위해 Akismet을 사용합니다.. 댓글 데이터가 처리되는 방법 알아보기.

번역

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
 번역 편집
~에 의해 Transposh - translation plugin for wordpress

인기 게시물

Windows Server의 시스템 요구 사항 2016
윈도우 서버
구성 관리자 쿼리 컬렉션 목록
구성 관리자 쿼리 컬렉션 목록
구성 관리자
클래식 팀 사이트의 최신 페이지에서 구조적/관리형 탐색 활성화
기술
SCCM이 DP 위치를 MP에서 예상 버전으로 가져오지 못했습니다.
구성 관리자

최근 게시물

Ubuntu에서 SSH 보호를 위한 Fail2ban 설치 및 구성 24.04
리눅스
AlmaLinux에서 FirewallD 활성화 및 구성
리눅스
AlmaLinux에서 사용자 생성 및 SSH 키 설정
리눅스
AlmaLinux에서 비밀번호를 재설정하는 방법
리눅스

© 2023 엔터인IT

모바일 버전으로 이동하십시오
광고배너
돌아온 것을 환영합니다!

귀하의 계정에 로그인하세요

사용자 이름 또는 이메일 주소
비밀번호

비밀번호를 잃어버렸습니다?