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: add iRATE to done with gcj



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


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