Wo ist mein Pfad ??

Post Reply
Message
Author
blackbull

Wo ist mein Pfad ??

#1 Post by blackbull »

hallo leute,

bei einigen programminstallationen erscheint immer der hinweis, dass das programm in meinem "PATH" liegen müsse, wie z.b. hier bei der java-inst.:

"...You should include /usr/java/jdk1.3.1_<version number>/bin
in the setting of your PATH environment variable ..." ,
teilweise auch hinweise auf "CLASSPATH" und "LD_LIBRARY_PATH" .

was sind das für "Pfade" , was muss ich ganz konkret wo hinschreiben und wo kann man etwas über diese thema nachlesen?

danke schon mal im voraus für eure hilfe
gruss blackbull

ach so, distri ist mandrake 8.0

Rossi

Re: Wo ist mein Pfad ??

#2 Post by Rossi »

/etc/profile
~/.profile

Da werden Deine Pfade gesetzt. Das sind die Orte, an denen nach ausführbaren Programmen gesucht wird

peter

Re: Wo ist mein Pfad ??

#3 Post by peter »

hi,

man set
man export

je nach shell

z.B. set PATH=$PATH;/usr/java/jdk1.3.1_001/bin

und am besten in deinem home-verzeichnis in .bashrc (je nach shell) eintragen

gruss

peter

blackbull

Re: Wo ist mein Pfad ??

#4 Post by blackbull »

@ peter und Rossi,


java läuft.... xnap läuft...alles bestens !

danke nochmal für die tips und eure schnelle hilfe !

gruss blackbull

Post Reply