add iRATE to done with gcj
Taras
taras.judge@shaw.ca
Wed Oct 8 06:36:00 GMT 2003
>>If you are interested, there is another strange bug in gcj that's making
>>irate impossible for some people. System.getProperty("user.home")
>>returns c:\username at least on some win2k computers instead of the
>>C:\documents and settings\whatever\windows\likes.
>>>>>>Is this in bugzilla? (Can't remember - though know I've heard this before.)
>>I found and fixed the bug locally. Basicly at least on win2k, homedir is
set to a nonsensical value of "\". However USERPROFILE seems to be set
to a usefule c:\documents and settings\whatever thing.
So I modified my local gcj copy to try USERPROFILE before HOMEDIR and
everything works.
I would appreciate if you push this fix upstream along with the rest of
your work.
Taras
More information about the Java
mailing list