org.eclipse.fx.javafx export conflict [message #1650640] |
Wed, 04 March 2015 23:25 |
Chauncey Xu Messages: 12 Registered: October 2010 |
Junior Member |
|
|
After installing e(fx)clipse 1.2, I got the following run-time error in the application, which i suspect might be caused by bundle org.eclipse.fx.javafx, which exports package com.sun.media, but with empty content. This package and class would otherwise be loaded from another plugin, which now is superseded by org.eclipse.fx.javafx?
I think my options are:
1. Use required bundle over package import
2. Customize org.eclipse.fx.javafx bundle and export only the packages found in jfxswt.jar and jfxrt.jar.
3. other alternatives?
Any suggestion will be helpful. Thanks in advance.
java.lang.NoClassDefFoundError: com/sun/media/JMFSecurityManager
at com.sun.media.util.Registry.<clinit>(Registry.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
[Updated on: Wed, 04 March 2015 23:26] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.02922 seconds