Bonjour,

Voilà j'ai un problème après avoir compilé mon projet javafx
contenue du fichier html de la répertoire dist
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
<script src="http://dl.javafx.com/1.2/dtfx.js"></script>
<script>
    javafx(
        {
              archive: "connection.jar",
              width: 500,
              height: 500,
              code: "connection.Main_run",
              name: "connection"
        },{
              user: "chekib",
			  pass: "1234",
			  adress: "localhost"
			  }
    );
</script>
l'applet s'exécute
j'ai copier le dossier dist dans le www de wamp et j'ai changer l'extension du fichier html en php
l'applet charge et s'exécute pas