Bugzilla – Bug 561479
Broken JRE_HOME variable due to missing underscore in alljava.sh
Last modified: 2010-01-23 22:02:28 UTC
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20091103 SUSE/3.5.5-1.1.2 Firefox/3.5.5 In /etc/profile.d/alljava.sh line 20: export JRE_HOME=/usr/$_libdir/jvm/jre causes a broken link JRE_HOME=/usr//jvm/jre Other programs which use this environment variable fail to start. I think the correct line should have two underscores: export JRE_HOME=/usr/$__libdir/jvm/jre Reproducible: Always
dup of 549395 *** This bug has been marked as a duplicate of bug 549395 ***