Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch
javac was not found in /usr/bin/../bin/i586/javac
appears during the start of javac
.
javac
is a link from /usr/bin
to
/usr/lib/java/bin/javac
.
This program automatically tries to find out where it is installed;
the link does not work.
/usr/lib/java/bin/javac
.
Best is to remove the link in /usr/bin
and extend
your search path, e.g. in your .profile
, by:
export PATH=$PATH:/usr/lib/java/bin
paddys:root: / # cd /usr/lib/java/bin/i486 paddys:root: /usr/lib/java/bin/i486 # ln -s ../i586/* . paddys:root: /usr/lib/java/bin/i486 # cd ../../lib/i486/ paddys:root: /usr/lib/java/lib/i486 # ln -s ../i586/* .For a 386 correspondingly.
See also:
Feedback welcome: Send Mail to kfr@suse.de (Please give the following subject: SDB-java2
)
Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch