Hi,
Joachim Lingner a �crit :
Hi,
Now I can remember. Thanks to the call stack.
I think seriously to use it systematicaly, now :-)
You need to make a change in jvmfwk/plugins/sunmajor/pluginlib/util.cxx. This is already fixed on jre5issues. I attached a patch (diff -r 1.5 -r 1.5.6.1 util.cxx). The important line is at 1093 in rev 1.5:
1093c1099
< for(int j= 0; j < cJavaNames; j++)
---
> for(int j= 0; j < cCollectDirs; j++)
The cJavaNames must be replaced by cCollectDirs. I suppose this fixes your problem.
I'll apply this patch soon. (I'm away for 4 days, so just after, when I'll back)
Thank you very much !
Regards, eric bachard
--
eric bachard <[EMAIL PROTECTED]>
French OpenOffice.org Community contributor (build of french releases for Linux PPC and Mac OS X / X11)
See : <http://fr.openoffice.org>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
