Bug 561479 - Broken JRE_HOME variable due to missing underscore in alljava.sh
Summary: Broken JRE_HOME variable due to missing underscore in alljava.sh
Status: RESOLVED DUPLICATE of bug 549395
Alias: None
Product: openSUSE 11.2
Classification: openSUSE
Component: Java (show other bugs)
Version: Final
Hardware: i686 openSUSE 11.2
: P5 - None : Minor (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-07 21:24 UTC by Ali O
Modified: 2010-01-23 22:02 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ali O 2009-12-07 21:24:45 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
Comment 1 Michal Vyskocil 2009-12-08 09:51:08 UTC
dup of 549395

*** This bug has been marked as a duplicate of bug 549395 ***