Hi all,
Today I changed my jdk from 1.8.0 to 17.0.1.
Then I changed and source the environment of JAVA_HOME.
java version "17.0.1" 2021-10-19 LTS
Java(TM) SE Runtime Environment (build 17.0.1+12-LTS-39)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.1+12-LTS-39, mixed mode, sharing)
Now CSS could not be startup.
I changed the version number in css.ini "-Dosgi.requiredJavaVersion=17.0.1", but not working.
log file show that wht version was not changed.
---------------------------------log of CSS----------------------------------------
!SESSION 2021-11-02 16:28:57.514 -----------------------------------------------
eclipse.buildId=SNS_CSS
java.version=1.8.0_312 # i think the version was not modified. css still use the old one.
java.vendor=Red Hat, Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86_64
---------------------------------End ---------------------------------------
Could someone tell me how to fix it?
Cheers,
Liang