Patch: FYI: prims.cc fixlet
Tom Tromey
tromey@redhat.com
Wed Oct 11 03:04:00 GMT 2006
>>>>> "Marco" == Marco Trudel <mtrudel@gmx.ch> writes:
Marco> Thanks! While you're add it, can you remove the comment
Marco> FIXME: does this work properly on Windows?
Marco> in gnu/classpath/natSystemProperties.cc? Because yes, now
Marco> java.library.path works on win32. I closed the bugreport.
Awesome, thanks.
Patch appended.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* gnu/classpath/natSystemProperties.cc (insertSystemProperties):
Removed obsolete comment.
Index: gnu/classpath/natSystemProperties.cc
===================================================================
--- gnu/classpath/natSystemProperties.cc (revision 117605)
+++ gnu/classpath/natSystemProperties.cc (working copy)
@@ -363,7 +363,7 @@
_Jv_platform_initProperties (newprops);
// If java.library.path is set, tell libltdl so we search the new
- // directories as well. FIXME: does this work properly on Windows?
+ // directories as well.
::java::lang::String *path = newprops->getProperty(JvNewStringLatin1("java.library.path"));
if (path)
{
More information about the Java-patches
mailing list