Install
- Java 64bit: https://www.java.com/en/download/ (Currently JDK 64bit Java-19, remove old Java versions first!)
- Eclipse EE: http://www.eclipse.org/downloads/ (https://www.eclipse.org/downloads/packages/installer, remove old Eclipse versions!)
- Get a SICStus Prolog (student) license at: http://www.sics.se/sicstus/products
Eclipse plugins:
- SICStus spider: https://sicstus.sics.se/spider/prerequisites.html
- Install New Software in Eclipse from https://sicstus.sics.se/sicstus/update/
- Eclipse: Help - Cheat Sheets... -> SICStus Prolog-Initial set up of paths to installed SICStus Prolog
- 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).
- Busstuc: https://github.com/saetre/busstuc/
- Alt+K -> compile busstuc
- Alt+F3 -> show def
- TABuss: https://github.com/saetre/TABuss.git
- A real-time app, connected to the busstuc MultiBRIS server
Old FURIOS Student SVN-server:
svn+ssh://satre@vm-6114.idi.ntnu.no/home/svn/FUIROS. (svn+ssh://satre@vm-6114.idi.ntnu.no/home/svn/FUIROS)
EPIC: http://e-p-i-c.sf.net/updates (Perl Plugin for Eclipse)
In case you want to do some Android development
download Android SDK: http://developer.android.com/sdk/installing/index.htmlDownload Android version: 8,10,16Android ADT plugin: http://developer.android.com/tools/sdk/eclipse-adt.html
Android 8,10,16 are antiquated, maybe a new app should be developed.