SYSTEMS/HPCM

[HPCM] Java Web Start(JWS) 관련

CRAY KOREA Blog 2024. 4. 15. 19:10

- HPCM 1.10 버전 부터 JAVA 17 버전이 필요하나 JAVA 9 버전 부터 JWS 이슈가 있다.

Java Web Start (JWS) was deprecated in Java 9, and starting with Java 11, Oracle removed JWS from their JDK distributions. This means that clients that have the latest version of Java installed can no longer use JWS-based applications. And since public support of Java 8 has ended in Q2/2019, companies no longer get any updates and security fixes for Java Web Start.

This is why we decided to create OpenWebStart, an open source reimplementation of the Java Web Start technology. Our replacement provides the most commonly used features of Java Web Start and the JNLP standard, so that your customers can continue using applications based on Java Web Start and JNLP without any change.

- 출처: https://openwebstart.com

 

https://openwebstart.com 사이트에서 OpenWebStart OS 버전에 맞는 파일을 다운 받아서 설치하는 경우 해결이 가능 하다.

 

 

파일 설치 후 "OpenWebStart Settings"를 실행 후 JVM Manager에서 PC에 설치된 JVM 설정을 진행 한다

 

 

 

환경설정에 JAVA에 대한 JAVA_HOME 설정과 PATH 설정이 된 경우 "Find local" 실행 시 자동 검색 된다.

※ HPCM 1.9 버전 이하를 위하여 JAVA 1.8 버전도 함께 유지를 추천한다.

 

"Apply"를 선택해서 설정을 마무리 한다.

 

※ 만약 사전에 설치가 되지 않은 경우에는 자동으로 인터넷에서 JDK파일을 다운받아서 아래 예제 경로와 같이 설치 되어 등록 된다.

 C:\Users\[사용자명]\.cache\icedtea-web\jvm-cache

 

HPCM 1.9 버전 사용 시 17 버전의 JAVA는 "Deactivate JVM" 을 선택해서 비활성 화 해야 한다.

 

- 용어:

JNLP: Java Network Launch Protocol API