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: libgcj on win32 (mingw) - target: java.io.File.listRoots(); doesn't work


Thanks, this does the trick!

But that just brought me round to a new problem:

File drive = new File("d:\\");
File[] dirs = drive.listFiles();

throws a NullPterException in the second line. If I use c:\\ instead of d:\\ 
it works all right. If I use e:\\ instead it just shows the contents of the 
dir where the prog resides. (c, d, e are all fat partitions)
with cd drives it works

so what?

Peschmä



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