This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
libgcj on win32 (mingw) - target: java.io.File.listRoots(); doesn't work
- From: Simon Rutishauser <simon dot rutishauser at gmx dot ch>
- To: java at gcc dot gnu dot org
- Date: Sun, 23 Feb 2003 14:51:16 +0100
- Subject: libgcj on win32 (mingw) - target: java.io.File.listRoots(); doesn't work
Hi you lot,
i'm using Erik's mingw32 - gcj build and succeeded in compiling most of my SWT
apps on win32. But the win32 version of libgcj doesn't contain the
java.io.File.listRoots(); - method (on linux it does (return simply "/"))
which should return (on win32) the available drives like this:
A:\
C:\
D:\
E:\
F:\
does anybody have an idea how I can get this working? I don't have any
know-how in gcc/gcj hacking myself so I'm stuck with it.
Bye Peschmä
P.S. this is not Erik - build - specific, it doesn't work on cross - gcj's
either