Bug 160384 - @user.home is not $HOME
Summary: @user.home is not $HOME
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 3.2.1   Edit
Hardware: PC Linux
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: platform-runtime-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: vm
Depends on:
Blocks:
 
Reported: 2006-10-10 17:30 EDT by Marc Morgan CLA
Modified: 2007-03-14 12:19 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Morgan CLA 2006-10-10 17:30:05 EDT
On Linux (Red Hat Enterprise 3), the value of @user.home is the home directory of $USER instead of being $HOME; that is, it does not take into account changes to the $HOME environment variable. This is a problem for us because we change the $HOME when we newgrp into a user's non-principal group.
Comment 1 John Arthorne CLA 2007-03-14 12:19:53 EDT
The user.home environment variable is provided by the Java VM.