Update Building Headless RCP Xtext Application: Part I authored by Serafim Simonov's avatar Serafim Simonov
## Create standard Xtext Project.
1. File -> New -> Project... -> Xtext -> XText Project
2. Choose the name, for demonstration purposes we take the default name as it is proposed by XText.
3. Preferred Build System must be Maven, Build Language Server can be set to None, since it is not in the scope of this tutorial.
2. Choose the name, in this tutorial we use the default name proposed automatically by the XText wizard. We advise using Java 11 as Execution Environment.
4. Click next.
5. Preferred Build System must be Maven, Build Language Server can be set to None, since it is not in the scope of this tutorial.
6. Click Finish
## Create Empty Plugin-Project.
......
......