To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=81445
------- Additional comments from [EMAIL PROTECTED] Tue Sep 11 14:09:46 +0000 2007 ------- sb: see my dev@ posts. [1] It's related to this issue here... The "generic problem" here is extensions needing jars and not being able to use/find them when they are outside the oxt. This time it is ScriptFramework.jar, for other extension it might be someting else which it expects from classes/ In may concrete case I get a ClassNotFoundError too when I remove (e.g.) jcommon-1.0.10.jar from sun-report-builder.oxt - binary-only taken from the jfreereport zips) and trying to use it from the system - although not on registration but on runtime.. (The end-goal is just to have sun-report-builder.jar in the oxt and use the rest from the system, besides that it would fix the jcommon-and-sac-are-used-in-the-oxt-without-building them problem it'd also shrink the actual oxt) Adding it to classes/ doesn't work as we found out here (see your comment here, point 1) but it only helped for this issue to add it to UNO_JFW_CLASSPATH_URLS. Fiddling with unorc/jvmfwk3rc here is bad, what I'd like is to have a mechanism to make this working without fiddling with it (if it exists). I don't think a new issue is warranted, since when you add only ScriptFramework.jar to somewhere the same problem might happen for other stuff, tooo. You don't want an issue for each one which then needs to be fixed, don't you? We need a way to make this working for all extensions which expect some jars present. Regards, Rene [1] http://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=20705 http://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=20708 --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
