-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make JAXB within org.eclipse.fx.core work with Java 11 #419
Comments
|
… Java 11 Signed-off-by: Christian Baumann <[email protected]>
refs #419 - Make JAXB within org.eclipse.fx.core work with Java 11
Is this the Reason for my ClassNotFoundException, when i want to use the 'PerspectiveSwitcherComponent'? I have used the newest Nighly from http://download.eclipse.org/efxclipse/runtime-nightly/site but i'm getting this Exception? Should this Error not removed with this PR ? `!MESSAGE Unable to create class 'org.eclipse.fx.ui.workbench.fx.perspective.PerspectiveSwitcherComponent' from bundle '177'
|
My wild guess is that your target does not contain JAXB libs. You need to add them yourself. |
I have added the dependencies to my target and my Launch-Config: jaxb-api, |
from orbit or from where did you get them - @christian-baumann correct me but i think in our customer projects we added:
from orbit |
In order to make JAXB work with Java 11 two things are necessary:
|
Thanks for your comments. I have tried to follow your recommendations, but the Problem is the same. |
No description provided.
The text was updated successfully, but these errors were encountered: