How to install JDK on linux
Contents
- Install Open JDK:
yum install -y java-1.7.0-openjdk
- Install jdk web plug-in:
yum install -y icedtea-web
- click the link and open with icedtea (firefox)
- Or download the jnlp file and run
javaws your_jnlp_file.jnlp
in cmd
Author Hangbin Liu
LastMod 2018-12-02 (a90227f)