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: 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


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