Questions tagged [scala-ide]

The Scala IDE is the Eclipse plugin for Scala

The Scala IDE is the Eclipse plugin for Scala.

The official homepage is scala-ide.org.

To raise bugs against the Scala IDE, see Assembla bug tracker.

If you wish to contribute to scala-ide, see scala-ide on github.

339 questions
1
vote
0 answers

Is it possible to change the context of a Scala Worksheet?

Normally running Scala worksheets ends up with the worksheet being evaluated from a blank slate. meaning that anything to want to test or use has to be in scope or initialized already. Is it possible to run a Scala Worksheet from a different…
Ryan Leach
  • 4,262
  • 5
  • 34
  • 71
1
vote
0 answers

Cannot use Eclipse Scala IDE

I'm currently using Eclipse Mars and I'm trying to install Scala IDE plugin but, after installing, I can't see nothing. The prompt with setup diagnostics doesn't open at startup, there's no Scala menu item in preferences of Eclipse and I haven't any…
Xelit3
  • 228
  • 4
  • 19
1
vote
1 answer

Importing sbt to scalaIDE

I am new to scala. I have source code in the sbt structure as following: base/lib /project /src/main /src/test /target How should I import them to ScalaIDE (which use Eclipse)? I tried to import the source, but no matter which…
william007
  • 17,375
  • 25
  • 118
  • 194
1
vote
3 answers

Building Scala project in Eclipse with Akka

I'm new to Scala and Akka and I was just trying to do one of the sample tutorial projects in Eclipse (Luna) with Scala IDE (4.1.0) and JDK8. If I create a simple Hello World Scala app that just does a println for example, it builds and I can right…
Frequentcrasher
  • 271
  • 1
  • 4
  • 8
1
vote
1 answer

How to add dependency files to Scala?

I'm new to Scala and Spark and and started writing a simple Apache Spark program in Scala IDE (in Eclipse). I added the dependency jar files to my project as I usually do in my java project but it can't recognize them and give me the following error…
HHH
  • 6,085
  • 20
  • 92
  • 164
1
vote
1 answer

Install scalatest in Scala IDE for Eclipse

I have installed Eclipse Luna. Then I installed Scala IDE via Help -> Install new software and adding software site with link from here. Then I installed sbt 0.13 and sbteclipse using this mini-guide and created eclipse project. Then I installed…
Vadim Samokhin
  • 3,378
  • 4
  • 40
  • 68
1
vote
1 answer

Scalatest Generator-driven property checks compilation error in Eclipse. Ok in SBT.

I am trying to do property-based testing using ScalaTest. I have written a few test cases using 2 custom generators and they work fine. However, the moment I define a forAll with one custom generator, such as below: it should "generate a given…
pumpump
  • 361
  • 2
  • 15
1
vote
1 answer

How to get javadoc when using sbt and Eclipse?

I use Activator/Sbt to create a new project, add the libraries I want to add in Sbt config file then I generate an Eclipse project from sbt. My problem is that I don't see any documentation when I'm coding in Eclipse, is there a way to download and…
SpaceMonkey
  • 4,143
  • 5
  • 38
  • 60
1
vote
2 answers

Cannot add scala swing dependency via Gradle in Scala IDE

I am a beginner learning Scala. I am on Windows 8.1, using Scala IDE 4.0.0 and Gradle with scala and eclipse plugins to create a project, in which I want to use scala.swing and javax.media packages. I add both libraries as dependencies in…
asinkxcoswt
  • 2,252
  • 5
  • 29
  • 57
1
vote
0 answers

Scala IDE "not found" errors

I have recently started using play with scala and akka and I am just playing with it. I have installed scala-ide, gst and hopefully everything that is needed. However, when working in the scala-ide(..eclipse?) my code editor is covered with a lot of…
Matej Briškár
  • 599
  • 4
  • 17
1
vote
1 answer

Exception Occurs when Running Scala Test from Eclipse

I downloaded the Scala IDE Linux - 64 bit For Scala 2.11.2 and am trying to run a Scala Test. Following is my code. package ppg.experiment.gameofbusiness.engine import org.scalatest.FlatSpec import org.scalatest.Matchers class DiceSpec extends…
Can't Tell
  • 12,714
  • 9
  • 63
  • 91
1
vote
1 answer

bad symbolic reference in scala ide for eclipse

I am trying to compile a Scala / akka project in scala IDE for eclipse and getting the following errors: bad symbolic reference to com.typesafe encountered in class file 'ActorSystem.class'. Cannot access term typesafe in package com. The current…
Jesus J
  • 95
  • 6
1
vote
1 answer

Ability to add a separator/newline in organize imports preferences (Scala-IDE)

How to configure eclipse organize imports to separate imports from different groups by new lines. For example If imports are coming from java.* com.* Then they should be organized as java.* com.* I have seen one related bug report , not sure if…
user2230605
  • 2,390
  • 6
  • 27
  • 45
1
vote
1 answer

Unable to create Scala Project in eclipse

I have the Eclipse IDE (Eclipse Java EE IDE for Web Developers. Version: Luna Service Release 1 (4.4.1)). Installed Scala IDE for eclipse version 3.0.x thru eclipe marketplace. But I'm not able to create a scala project , New -> project -> there is…
user3366706
  • 1,529
  • 3
  • 31
  • 54
1
vote
1 answer

Scala IDE and classpath

I have a Scala project I share via git between two (windows) machines. I have them set up using SBT and sbt-eclipse so I can edit and test within eclipse or build and test from the command-line. Unfortunately my user name (and, therefore, the user…
melston
  • 2,198
  • 22
  • 39