This is the mail archive of the java-patches@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: [PATCH]: adds missing System properties for gcj under mingw



Bryce wrote:
> I will fix those up and check in the patch.

Adam King <aking@dreammechanics.com> writes:
> +  SET ("java.io.tmpdir", "C:\\temp");

Bryce, before you check it in, could you change this line to:

  +  SET ("java.io.tmpdir", GetTempPath());

Otherwise it looks great -- thanks for putting this stuff together,
Adam! I'd been meaning to do the OS detection code at some point.

  - a

-- 
The web is dead; long live the Internet.
http://www.xwt.org/


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