[Bug 571455] New: JRE_HOME environment variable set to a wrong value in /etc/profile.d/alljava.sh
http://bugzilla.novell.com/show_bug.cgi?id=571455 http://bugzilla.novell.com/show_bug.cgi?id=571455#c0 Summary: JRE_HOME environment variable set to a wrong value in /etc/profile.d/alljava.sh Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: x86-64 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: levii@gmx.de QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.64 Safari/532.5 With installed Java the environment variables JAVA_HOME, JDK_HOME are set correctly, however the JRE_HOME variable is set to a wrong value.
echo $JAVA_HOME /usr/lib/jvm/java
echo $JDK_HOME /usr/lib/jvm/java
echo $JRE_HOME /usr//jvm/jre
Reproducible: Always Steps to Reproduce: 1.Install any version of java 2.Log into a valid user account 3.echo $JRE_HOME Actual Results: /usr//jvm/jre Expected Results: /usr/lib/jvm/jre -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=571455 http://bugzilla.novell.com/show_bug.cgi?id=571455#c1 --- Comment #1 from Christopher Schuster <levii@gmx.de> 2010-01-17 11:38:27 UTC --- This can easily be fixed by changing line 21 of /etc/profile.d/alljava.sh of the aaa_base package from export JRE_HOME=/usr/$_libdir/jvm/jre to export JRE_HOME=/usr/$__libdir/jvm/jre -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=571455 http://bugzilla.novell.com/show_bug.cgi?id=571455#c2 Ruediger Oertel <ro@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Ruediger Oertel <ro@novell.com> 2010-02-14 22:59:38 UTC --- ah, okay. fixed already. marking as duplicate of bnc#549395 *** This bug has been marked as a duplicate of bug 549395 *** http://bugzilla.novell.com/show_bug.cgi?id=549395 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com