Govindraj Vangari Asked: 2019-08-02 01:32:38 +0800 CST2019-08-02 01:32:38 +0800 CST 2019-08-02 01:32:38 +0800 CST package javax.jnlp not in java.desktop ubuntu 772 Anybody solve this error? I'm trying to run a Java application on Ubuntu, and I got this error: $ javaws http://192.168.1.211:7777/forms/frmservlet/config=mmcs selected jre: /usr/lib/jvm/default-java WARNING: package javax.jnlp not in java.desktop system-installation jre 1 Answers Voted Seyed Mostafa Ahmadi 2021-05-19T22:35:07+08:002021-05-19T22:35:07+08:00 You should use javaws command switch $ javawa -browser http://192.168.1.211:7777/forms/frmservlet/config=mmcs
You should use javaws command switch