Bonjour,

je suis débutant sur Linux et j'aimerai exécuter le fichier xvpnc_1558362446.jnlp afin de pouvoir me connecter à un serveur via ssh.
Mais j'obtiens cette erreur dont je ne comprend

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
alexandre@alexandre-ThinkPad-T420:~$ ls
anaconda3    examples.desktop                 Musique
basilisk     Figure_1-1.png                   pltnut.py
Bureau       Images                           Public
Cav2d2phase  jdk-8u202-linux-x64.tar.gz.part  snap
Cav2ds       jre-8u202-linux-x64.tar.gz       stat.py
cav2ds.c     Makefile                         Superposition.py
cav.plot     Makefile.deps                    Téléchargements
data.xlsx    Makefile.tests                   Vidéos
Documents    Modèles                          xvpnc_1558362446.jnlp
alexandre@alexandre-ThinkPad-T420:~$ javaws xvpnc_*.jnlp
selected jre: /usr/lib/jvm/java-11-oracle
WARNING: package javax.jnlp not in java.desktop
sun.misc.Launcher not found. Running jdk9 or higher? Using unsecure BootClassLoader
The application is a local file. Codebase validation is disabled. See: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/no_redeploy.html for details.
The application is a local file. Codebase validation is disabled. See: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/no_redeploy.html for details.
netx: Initialization Error: Could not initialize applet. (The resource from file:/home/alexandre does not match the  location in Application-Library-Allowable-Codebase Attribute https://*/data/auth . Blocking the application from running.)
netx: Initialization Error: Could not initialize applet. (The resource from file:/home/alexandre does not match the  location in Application-Library-Allowable-Codebase Attribute https://*/data/auth . Blocking the application from running.)
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not initialize applet. For more information click "more information button".
	at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:773)
	at net.sourceforge.jnlp.Launcher.launchApplet(Launcher.java:655)
	at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:948)
Caused by: net.sourceforge.jnlp.LaunchException: The resource from file:/home/alexandre does not match the  location in Application-Library-Allowable-Codebase Attribute https://*/data/auth . Blocking the application from running.
	at net.sourceforge.jnlp.runtime.ManifestAttributesChecker.checkApplicationLibraryAllowableCodebaseAttribute(ManifestAttributesChecker.java:420)
	at net.sourceforge.jnlp.runtime.ManifestAttributesChecker.checkAll(ManifestAttributesChecker.java:122)
	at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:849)
	at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:338)
	at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:421)
	at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:495)
	at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:468)
	at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:731)
	... 2 more


Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
alexandre@alexandre-ThinkPad-T420:~$ java --version
java 11.0.2 2019-01-15 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.2+9-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.2+9-LTS, mixed mode)
si quelqu'un à une idée ?

J'ai essayé de mettre une version plus ancienne de java mais ça bug :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
alexandre@alexandre-ThinkPad-T420:~$ sudo add-apt-repository ppa:webupd8team/java
 The Oracle JDK License has changed for releases starting April 16, 2019.
 
The new Oracle Technology Network License Agreement for Oracle Java SE is substantially different from prior Oracle JDK licenses. The new license permits certain uses, such as personal use and development use, at no cost -- but other uses authorized under prior Oracle JDK licenses may no longer be available. Please review the terms carefully before downloading and using this product. An FAQ is available here: https://www.oracle.com/technetwork/java/javase/overview/oracle-jdk-faqs.html
 
Oracle Java downloads now require logging in to an Oracle account to download Java updates, like the latest Oracle Java 8u211 / Java SE 8u212. Because of this I cannot update the PPA with the latest Java (and the old links were broken by Oracle).
 
For this reason, THIS PPA IS DISCONTINUED (unless I find some way around this limitation).
 
Oracle Java (JDK) Installer (automatically downloads and installs Oracle JDK8). There are no actual Java files in this PPA.
 
Important -> Why Oracle Java 7 And 6 Installers No Longer Work: http://www.webupd8.org/2017/06/why-oracle-java-7-and-6-installers-no.html
 
Update: Oracle Java 9 has reached end of life: http://www.oracle.com/technetwork/java/javase/downloads/jdk9-downloads-3848520.html
 
The PPA supports Ubuntu 18.10, 18.04, 16.04, 14.04 and 12.04.
 
More info (and Ubuntu installation instructions):
- http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html
 
Debian installation instructions:
- Oracle Java 8: http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html
 
For Oracle Java 11, see a different PPA -> https://www.linuxuprising.com/2019/06/new-oracle-java-11-installer-for-ubuntu.html
 Plus d’info : https://launchpad.net/~webupd8team/+archive/ubuntu/java
Appuyez sur [ENTRÉE] pour continuer ou sur Ctrl-c pour annuler l'ajout.
 
Atteint :1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Atteint :2 http://security.ubuntu.com/ubuntu bionic-security InRelease         
Atteint :3 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease        
Atteint :4 http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic InRelease 
Atteint :5 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease      
Atteint :6 http://ppa.launchpad.net/webupd8team/java/ubuntu bionic InRelease   
Atteint :7 https://packages.microsoft.com/repos/vscode stable InRelease        
Lecture des listes de paquets... Fait                          
alexandre@alexandre-ThinkPad-T420:~$ sudo apt-get update
Atteint :1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease        
Atteint :3 http://security.ubuntu.com/ubuntu bionic-security InRelease         
Atteint :4 http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic InRelease 
Atteint :5 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease      
Atteint :6 http://ppa.launchpad.net/webupd8team/java/ubuntu bionic InRelease   
Atteint :7 https://packages.microsoft.com/repos/vscode stable InRelease        
Lecture des listes de paquets... Fait                         
alexandre@alexandre-ThinkPad-T420:~$ sudo apt-get install oracle-java8-installerLecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Aucune version du paquet oracle-java8-installer n'est disponible, mais il existe dans la base
de données. Cela signifie en général que le paquet est manquant, qu'il est devenu obsolète
ou qu'il n'est disponible que sur une autre source
 
E: Le paquet « oracle-java8-installer » n'a pas de version susceptible d'être installée
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
alexandre@alexandre-ThinkPad-T420:~$ sudo apt-get install oracle-java9-installer 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Aucune version du paquet oracle-java9-installer n'est disponible, mais il existe dans la base
de données. Cela signifie en général que le paquet est manquant, qu'il est devenu obsolète
ou qu'il n'est disponible que sur une autre source
 
E: Le paquet « oracle-java9-installer » n'a pas de version susceptible d'être installée