Elton Machado <info@ideiasdigitais.co.pt> writes:
You need to change to NO the option in yast administration config menu the option of creating the link automaticly search for java and you should find it
Another option is to edit /etc/rc.config directly (and run SuSEconfig): # SuSEconfig can automatically create the links /usr/lib/java and /usr/lib/jre # that point to a suitable JDK or JRE respectively if you set CREATE_JAVALINK # to "yes" # If you are not satisfied with the choice it makes, set CREATE_JAVALINK to # "no" and set the link manually. # CREATE_JAVALINK="yes"
I use the .bashrc to set the path or if you prefer you may put it in /etc/init.d/boot.local to set it to all users.
/etc/init.d/boot.local isn't the right place for setting environment variables. Use /etc/profile.local for Bourne shell like shells or /etc/csh.cshrc (/etc/csh.login) for csh-like ones instead. -- Alexandr.Malusek@imv.liu.se
participants (1)
-
Alexandr Malusek