5

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

Error message

karel
  • 122,292
  • 133
  • 301
  • 332

1 Answers1

1

Try to use the browser option and check the result:

$ javaws -browser http://192.168.1.211:7777/forms/frmservlet/config=mmcs
Sinai
  • 115