Bonjour, j'ai développé une application cliente dans un context d'architecture trois-tiers j2EE.

Dans un fichier EAR
J'ai donc un jar pour mes ejb -> ejbProject.jar
, un jar pour l'application riche (avec swing) --> javaProject.jar
, et finalement un fichier war -> WebProject.war

à partir de mon browser je sais accéder au war, le site marche bien.
En revanche je n'arrive pas a éxecuter le client riche.

j'utilise la commande
java -jar javaProject.jar mais cela ne fonctionne pas. Quelqu'un pourrait-il éclairé ma lanterne.
(Quand je run avec Eclipse l'application fonctionne bien pourtant).

Merci