Probleme executer jar sur Linux

Probleme executer jar sur Linux - Java - Programmation

Marsh Posté le 26-01-2010 à 09:37:14    

Bonjour,
 
Je n'arrive pas à exécuter min Jar sous linux alors que sous windows ça marche:
 
Je fais: java -jar geowebpurge.jar
 
 

Code :
  1. java.lang.ClassNotFoundException: com/atosorigin/lbs/purge/Programme
  2.    at java.lang.VMClass.forName(Native Method)
  3.    at java.lang.Class.forName(Class.java:233)
  4.    at jamvm.java.lang.JarLauncher.main(JarLauncher.java:46)


 
 
Sachant que l'architecture du fichier jar est la suivante:
 
 
Mon Manifest:
 
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.1
Created-By: 11.3-b02 (Sun Microsystems Inc.)
Main-Class: com/atosorigin/lbs/purge/Programme
Class-Path: log4j-1.2.13.jar mysql-connector-java-5.0.5-bin.jar
 
 
Mon Archive:
 
Archive:  geowebpurge.jar   10757 bytes   21 files
drwxr-xr-x  2.0 unx        0 bx stor 26-Jan-10 08:39 META-INF/
-rw-r--r--  2.0 unx      215 b- defN 26-Jan-10 08:39 META-INF/MANIFEST                                                                                         .MF
drwxr-xr-x  2.0 unx        0 b- stor 26-Jan-10 08:39 com/
drwxr-xr-x  2.0 unx        0 b- stor 26-Jan-10 08:39 com/atosorigin/
drwxr-xr-x  2.0 unx        0 b- stor 26-Jan-10 08:39 com/atosorigin/lb                                                                                         s/
drwxr-xr-x  2.0 unx        0 b- stor 26-Jan-10 08:39 com/atosorigin/lb                                                                                         s/purge/
drwxr-xr-x  2.0 unx        0 b- stor 26-Jan-10 08:39 com/atosorigin/lb                                                                                         s/purge/conf/
drwxr-xr-x  2.0 unx        0 b- stor 26-Jan-10 08:39 com/atosorigin/lb                                                                                         s/purge/dao/
drwxr-xr-x  2.0 unx        0 b- stor 26-Jan-10 08:39 com/atosorigin/lb                                                                                         s/purge/metier/
drwxr-xr-x  2.0 unx        0 b- stor 26-Jan-10 08:39 test/
drwxr-xr-x  2.0 unx        0 b- stor 26-Jan-10 08:39 test/com/
drwxr-xr-x  2.0 unx        0 b- stor 26-Jan-10 08:39 test/com/atosorig                                                                                         in/
drwxr-xr-x  2.0 unx        0 b- stor 26-Jan-10 08:39 test/com/atosorig                                                                                         in/lbs/
drwxr-xr-x  2.0 unx        0 b- stor 26-Jan-10 08:39 test/com/atosorig                                                                                         in/lbs/purge/
drwxr-xr-x  2.0 unx        0 b- stor 26-Jan-10 08:39 test/com/atosorig                                                                                         in/lbs/purge/dao/
drwxr-xr-x  2.0 unx        0 b- stor 26-Jan-10 08:39 test/com/atosorig                                                                                         in/lbs/purge/metier/
-rw-r--r--  2.0 unx      674 b- defN 26-Jan-10 08:39 com/atosorigin/lb                                                                                         s/purge/Programme.class
-rw-r--r--  2.0 unx     3150 b- defN 26-Jan-10 08:39 com/atosorigin/lb                                                                                         s/purge/conf/Configuration.class
-rw-r--r--  2.0 unx     4474 b- defN 26-Jan-10 08:39 com/atosorigin/lb                                                                                         s/purge/dao/BDservice.class
-rw-r--r--  2.0 unx     4568 b- defN 26-Jan-10 08:39 com/atosorigin/lb                                                                                         s/purge/dao/FichierService.class
-rw-r--r--  2.0 unx     2911 b- defN 26-Jan-10 08:39 com/atosorigin/lb                                                                                         s/purge/metier/AnonymerService.class
21 files, 15992 bytes uncompressed, 7977 bytes compressed:  50.1%
 
 
Merci d'avance pour vos réponses

Reply

Marsh Posté le 26-01-2010 à 09:37:14   

Reply

Marsh Posté le 26-01-2010 à 10:17:44    

le mysql-connector-java-5.0.5-bin.jar et le log4j-1.2.13.jar sont ou ?

Reply

Marsh Posté le 26-01-2010 à 15:39:41    

Je viens de résoudre mon problème, il y a eu un problème lors de la création du jar.  
Je l'ai recréer et c'est bon ça marche.
Merci quand même d'avoir voulu m'aider.

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed