eclipse oxygen plugin problem
Having trouble installing Oxygen? Got a bug to report? Post it all here.
eclipse oxygen plugin problem
Post by bill »
hi,
when i open .xml, .xsl, or any other files associated with the eclipse oxygen plugin, eclipse hangs and i have to send it a KILL signal. what could be causing this?
here's the info:
com.oxygenxml.editor_2.0.2.beta3
eclipse 2.1
java 1.4.1
thank you in advance for your help!
--bill
when i open .xml, .xsl, or any other files associated with the eclipse oxygen plugin, eclipse hangs and i have to send it a KILL signal. what could be causing this?
here's the info:
com.oxygenxml.editor_2.0.2.beta3
eclipse 2.1
java 1.4.1
thank you in advance for your help!
--bill
The problem may have to do with a conflict between SWT and AWT. We are using a couple of AWT classes java.awt.Color is one of them and on Mac OS X this may cause a deadlock. There is a message on news://news.eclipse.org/eclipse.platform.swt with subject bug when calling java.awt.Color on MacOSX that describes this situation:
Best Regards,
George
We will remove all the dependencies on AWT in the next release.> I did some testing and this is definitively seems to be a bug.
>
> I tested this in a working class (that had no bug):
>
> ....
> // add the import
> import java.awt.Color;
> ....
> // initialize a color with the awt.Color lib.
> Color noir = Color.black; // this causes a bug when trying to load the
> Color librairy
>
>
> I would like somebody else to confirm it before posting a bug. Thnaks.
>
> Patrice Drolet
>
On MacOS X (and probably on other platforms as well) it is not supported to
use AWT and SWT at the same time.
Even instantiating an AWT Color starts the AWT event loop which will
conflict (deadlock) with SWT's event loop.
Yes, please file a bug. But it is very unlikely that we can fix the problem.
you can try to workaround the problem by:
- removing all dependencies on AWT
- create a fake AWT that contains the Color class but uses SWT internally
- wait for the Swing based SWT port discussed elsewhere on this list.
Best Regards,
George
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service