Versions Compared

Key

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

...

Wait till everything installs and the setup tasks finish. If you have any problems in this stage refer to the Getting Eclipse guide.

If you have problems in the workspace that are still there after a clean build do the following:

  • Disable Project>Build automatically
  • Select all Klighd and pragmatics plugins and do Project>Clean>Only selected and build only selected
  • Do the same for the semantics projects
  • Enable Project>Build automatically

To run the language server go to Run Configurations create a new Eclipse Application run configuration and select Run an application  and de.cau.cs.kieler.language.server.LanguageServer (for semantics LS,de.cau.cs.kieler.kgraph.language.server.LanguageServer otherwise)

...