To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81973





------- Additional comments from [EMAIL PROTECTED] Wed Jul 16 19:45:01 +0000 
2008 -------
@ronyf:

The class path configuration options dialog does unfortunately *not* solve the
problem at all. The reason: you cannot set that information for a Java extension
at installation time as there are no UNO APIs available to define those values! 

Why would you set it at installation time, and not in the Jar manifest? You can
simply bundle all necessary jars in your extension and use two attributes in the
manifest file: class-path and uno-type-path. If your extension depends on the
software you cannot bundle, you should simply use disk search or something like
this, and then load the jars by reflection or whatever the method, which would
make classes load automatically. Using CLASSPATH variable is also possible in
this scenario, simply get it value with Java API, and then load classes you
need. Come on, these are very easy programming tasks! :) Plus, relying on the
CLASSPATH doesn't seem to be very user-friendly either. A secretary doesn't know
what environment variables are :P

---------------------------------------------------------------------
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]

Reply via email to