Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » xtext - Eclipse Application launch issue
xtext - Eclipse Application launch issue [message #1859468] Fri, 09 June 2023 14:39 Go to next message
paloma de la vallee is currently offline paloma de la valleeFriend
Messages: 1
Registered: July 2020
Junior Member
Hey all,

Trying to simply reproduce the steps of the xtext 15-minutes tutorial as mentioned in the 15' minutes tutorial:
http://https://www.eclipse.org/Xtext/documentation/102_domainmodelwalkthrough.html
And somehow, I can't seem to launch the DSL IDE with
Run As → Eclipse Application
I get an org.apache.xml.resolver issue:

Org.apache.xml.resolver:
- missing Constraint: Import-Package:javax.xml.parsers;version="0.0.0"
- missing Constraint: Import-Package:javax.xml.transform;version="0.0.0"
- missing Constraint: Import-Package:javax.xml.transform.sax;version="0.0.0"
- missing Constraint: Import-Package:org.w3c.dom;version="0.0.0"
- missing Constraint: Import-Package:org.xml.sax;version="0.0.0"
- missing Constraint: Import-Package:org.xml.sax.helpers;version="0.0.0"

Any idea as to what is missing and how I can fix that?? I don't seem to find meaningful answers from the web, nor chatGPT.
Thanks a lot for your help.

Here are some specs:
OS - ubuntu 20.04
Eclipse IDE for Java Developer
Version: 2022-12 (4.26.0)
Build id: 20221201-1913
Re: xtext - Eclipse Application launch issue [message #1859479 is a reply to message #1859468] Fri, 09 June 2023 17:13 Go to previous message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14703
Registered: July 2009
Senior Member
I guess you can simply ignore it

Maybe
https://github.com/eclipse-pde/eclipse.pde/issues/130
Or linked issues give a hint
Do you see this in 202303 or 202306 too


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Previous Topic:Detect index out of sync
Next Topic:Generate Xtext grammar from Ecore file without the project wizard
Goto Forum:
  


Current Time: Sun Sep 01 03:58:16 GMT 2024

Powered by FUDForum. Page generated in 0.03471 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top