Error updating tzdata 2018f (Released 2018-10-18) with tzupdater-2.2.0

前端 未结 8 966
既然无缘
既然无缘 2020-12-03 07:40

I\'m trying to update JVM\'s Time Zone info using TZUpdater 2.2.0.

> [root@local tzupdater-2.2.0]# java -jar tzupdater.jar -V
  tzupdater version 2.2.0-b0         


        
8条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-03 08:01

    Use these commands:

    sudo apt-get install oracle-java8-installer
    sudo update-alternatives --config java 
    

    and choose the number *0 (automatic)

    sudo update-alternatives --config javac
    

    and choose the same *0.

    If you already have the tzupdater only see the version of it that is already 2018

    java -jar tzupdater.jar -V
    

提交回复
热议问题