.bash_profile et java

.bash_profile et java - Linux et OS Alternatifs

Marsh Posté le 06-06-2002 à 10:37:06    

voila en voulant lancer un .jar j ai fait
 
[root@tm1300 5250j]# java -jar my5250.jar
 
et la o surprise j ai une superbe erreur ki me dis :
 
Internal error: caught an unexpected exception.
Please check your CLASSPATH and your installation.
java/lang/NoClassDefFoundError: Lorg/tn5250j/Gui5250Frame;
        at java.lang.reflect.Method.invoke(Method.java:native)
        at kaffe.jar.ExecJarName.main(ExecJarName.java:70)
        at kaffe.jar.ExecJar.main(ExecJar.java:59)
Abandon (core dumped)
 
je pense ke cela vient du .bash_profile mais je n en suis pas sur?si c est cela keskil faut mettre comme ligne ds ce fichier??
newbie moi etre  :)

Reply

Marsh Posté le 06-06-2002 à 10:37:06   

Reply

Marsh Posté le 06-06-2002 à 10:41:02    

ah oui au fait voici mon .bash_profile :
 
# .bash_profile
 
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi
 
mesg n

Reply

Marsh Posté le 06-06-2002 à 11:19:11    

au secours!!!!!!!
keske je dois mettre ds mon .bash_profile  :(  
 
 :hello: help me!!

Reply

Marsh Posté le 06-06-2002 à 13:06:02    

pour ma part, j'ai le JDK, pas kaffe...
 
il te faut une variable CLASSPATH
 
set CLASSPATH=/home/cd/j2sdk1.4/jre/lib/rt.jar:.
export CLASSPATH
 
voilà ce que j'ai chez moi.
pour kaffe je ne sais pas.


---------------
As the plane took off, the pilot turned to the co-pilot and said, “Have you ever flown solo?” Co-pilot: No. Typically I fly much higher than this.
Reply

Marsh Posté le 06-06-2002 à 13:06:53    

essaie un peu: java -classpath $CLASSPATH:. -jar my5250.jar


---------------
As the plane took off, the pilot turned to the co-pilot and said, “Have you ever flown solo?” Co-pilot: No. Typically I fly much higher than this.
Reply

Sujets relatifs:

Leave a Replay

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