Funcionou para mim depois que eu usei o sudo apt-get dist-upgrade.
Então eu instalei o openjdk como pode ser visto no link Como faço para instalar o openjdk 7 no Ubuntu? 16.04 ou superior?
Desde o ubuntu 16.04, não consigo iniciar o aplicativo java web start. No ubuntu 15.10 estava tudo bem
crash@Dell-Latitude-E6520:~$ javaws Téléchargements/asdm.jnlp
Codebase matches codebase manifest attribute, and application is signed.
Continuing. See: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/no_redeploy.html for details.
netx: Launch Error: Could not launch JNLP file. ( ( (For input string: "03-Ubuntu")))
net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not launch JNLP file. The application has not been initialized, for more information execute javaws/browser from the command line and send a bug report.
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:580)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:936)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:574)
... 1 more Caused by: java.lang.ExceptionInInitializerError
at com.cisco.launcher.s.if(Unknown Source)
at com.cisco.launcher.Launcher.main(Unknown Source)
... 6 more Caused by: java.lang.NumberFormatException: For input string: "03-Ubuntu"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at com.cisco.launcher.ClassUtil.<clinit>(Unknown Source)
... 8 more
Funcionou para mim depois que eu usei o sudo apt-get dist-upgrade.
Então eu instalei o openjdk como pode ser visto no link Como faço para instalar o openjdk 7 no Ubuntu? 16.04 ou superior?
Este parece ser o bug # 1550244 do Ubuntu: link .
Uma correção ainda não está disponível para o Ubuntu 16.04, mas eu peguei os pacotes openjdk do Ubuntu 16.10, instalei-os no 16.04 e resolvi o problema.
Felicidades,
Eloy Paris .-