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]

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


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