Issue 110830 - OOo crashes when java extension attemps to open UI
Summary: OOo crashes when java extension attemps to open UI
Status: UNCONFIRMED
Alias: None
Product: extensions
Classification: Extensions
Component: www (show other issues)
Version: current
Hardware: Mac All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-13 06:36 UTC by holgerbrandl
Modified: 2013-02-07 22:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description holgerbrandl 2010-04-13 06:36:43 UTC
When using OO 3.2 on MacOS 10.5.8 with java 1.5 I've noticed that OOo crashes
immediately when a java-extension tries to show some swing-UI (like a JDialog).

In most cases this renders the affected extension to be completely unusable on
macos.

When debugging an affected extension, it seemed to me that most parts of java
work nicely, but some core classes of swing (like JComponent) seemed to be not
in the classpath. Maybe, this could help to track down the problem.

Examples: OpenCards, OpenOffice.org2GoogleDocs