Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
maxLevel2

Setting up your

...

Eclipse

For everything not mentioned here refer to Getting Eclipse guide.

Use the installer go to advanced mode, add the KIELER url. Then select first semantics and after that pragmatics (that is very important). You can see that you have done that correctly on the automatically generated name of your eclipseEclipse: It should be something like kieler-semantics-theia.

Select the Theia stream for semantics and the Keith stream for pragmatics and use the latest eclipse Eclipse if possible. Set the targetplatform to latest and finish.

...

To run the language server go to Run Configurations create a new eclipse application Eclipse Application run configuration and select Run an application  and de.cau.cs.kieler.language.server.LanguageServer

...

After doing this for your OS all that is missing is running KEITH (in developer setup) and setting up your eclipse Eclipse for language server development).

...

Code Block
languagebash
-application 
de.cau.cs.kieler.language.server.LanguageServer 
-noSplash

Since an eclipse Eclipse application is built, this is needed to start the LS without a splashscreen.

...