kstosiek / Scalite

Literate fun with Scala.
1 stars 0 forks source link

Set up working environment #1

Open kstosiek opened 13 years ago

kstosiek commented 13 years ago

Set up minimum Scala & literate programming working environment:

kstosiek commented 13 years ago

Scala compiler and tools installed. Literate tools also installed, but not working properly; executing sweave yelds:

java.lang.NoClassDefFoundError: scala/Nil$
    at scalit.weave.Weave$.main(weave/weave.nw:453)

Verifying installation by creating a simple Scala project in Eclipse.

kstosiek commented 13 years ago

OK, simple project in Eclipse works - one is able to use Nil freely.

BTW., scala file editor in Scala IDE 1.0 for Eclipse does not work; editing via text editor.

kstosiek commented 13 years ago

Contacted the author of Scalit in order to get hints.