This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcj -fCLASSPATH=... home folder expansion


On 5 May 2003, erik poupaert wrote:
> -fCLASSPATH=/home/erik/myjars/aparticularjar.jar
> versus
> -fCLASSPATH=~/myjars/aparticularjar.jar
>
> Anywhere else (as far as I know), gcj will expand '~/' to '/home/erik'.

AFAIK tilde expansion is done by the shell, not gcj proper.

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]