Desde ubuntu 16.04 javaws não executar mais aplicativo enquanto anteriormente executar bem no Ubuntu 15.10

-1

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
    
por Olivier FEBWIN 25.04.2016 / 10:59

2 respostas

0

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?

    
por Lincoln 05.06.2016 / 09:18
0

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 .-

    
por eloy paris 02.05.2016 / 23:31