Cannot add libraries to xtext Project in Eclipse (returns error)
问题 Firstly, I created an xtext project using default values (with the simple Greetings grammar which comes as an example). I created then a .java file with some code (that can be seen below) and added it to the validation folder. I have loaded some jars to the build path as I would do in a normal Java Project. If I run my specific java file as a standalone it will load the libraries and run the code. The java file is quite simple: import org.semanticweb.owlapi.apibinding.OWLManager; import org