PATH_SEPARATOR not platform independent

Marco Trudel mtrudel@gmx.ch
Sun Oct 8 19:53:00 GMT 2006


I found the problem why -Djava.library.path doesn't work for win32:
prims.cc uses "PATH_SEPARATOR" which is always set to ":". Thus it works 
only for linux.
I now don't know where PATH_SEPARATOR comes from. I assumed that it's 
comimg from gcc/system.h. But adapting it didn't help.
If someone tells me where it comes from, I'll write a patch.

Marco



More information about the Java mailing list