This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Mohan Build 22.5.03
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Simon Rutishauser <simon dot rutishauser at gmx dot ch>
- Cc: GCJ-Mailinglist <java at gcc dot gnu dot org>
- Date: Fri, 23 May 2003 13:48:11 -0400 (EDT)
- Subject: Re: Mohan Build 22.5.03
On Fri, 23 May 2003, Simon Rutishauser wrote:
> 1.) swt programs still display the ugly windows console in the background (not
> even minimized). How can I get rid of it?
Link with -mwindows.
> 2.) gcj fails to list files on other hard disk partitions than C:
...
> File f = new File("d:");
Some bugs have been fixed in the Win32 file handing, no doubt others
remain.
You could try the POSIX path notation, e.g. "//D/". It just might work,
at least on NT/2000/XP.
Jeff