Versions Compared

Key

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

Install

  1. Java 64bit: https://www.java.com/en/download/ (Currently JDK 64bit Java-19, remove old Java versions first!)
  2. Eclipse EE: http://www.eclipse.org/downloads/ (https://www.eclipse.org/downloads/packages/installer, remove old Eclipse versions!)
  3. Get a SICStus Prolog (student) license at: http://www.sics.se/sicstus/products

Eclipse plugins:

  1. SICStus spider: httphttps://sicstus.sics.se/spider/prerequisites.html
    1. Install New Software in Eclipse from https://
    www
    1. sicstus.sics.se/sicstus/
    spider
    1. update/
    prerequisites
    1. Eclipse: Help - Cheat Sheets... -> SICStus Prolog-Initial set up of paths to installed SICStus Prolog
    2. Avoid problem with "Just-In-Time" compiler:  Turning off the JIT compiler seems to be a workaround. You can do this by passing the option -DSP_JIT=disabled to sicstus.exe (from the command line) or by setting the SP_JIT system property to "disabled" in the Eclipse preferences (Preferences->SICStus Prolog->System Properties).
  2. Busstuc: https://github.com/saetre/busstuc/
    1. Alt+K -> compile busstuc
    2. Alt+F3 -> show def
  3. TABuss: https://github.com/saetre/TABuss.git
    1. A real-time app, connected to the busstuc MultiBRIS server

...