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
0
votes
0 answers

create source code to be attached in Scala IDE

I have two scala projects. One(A) is in Scala IDE(and not using sbt) and the other (B) is using sbt and not Scala IDE. What I currently do is that I produce a fat JAR using sbt assembly of B and add it in the A's scala IDE build path as an external…
user2759511
  • 640
  • 7
  • 16
0
votes
1 answer

junit ClassNotFoundException in ScalaIDE

I've uploaded my scala project to github https://github.com/jeesim2/Scala210 Problem is I need to use scala 2.10 (due to spark 1.6 compatiblilty) but on ScalaIDE(latest version) I can not run junit test. Run Unit Test But Fails with, Class not…
Jihun No
  • 1,201
  • 1
  • 14
  • 29
0
votes
1 answer

Unable to read file at valid path from Scala IDE

I have tried all possible ways to rad file but all are giving same error.No matter what way i try, code is unable to find the file. Please help.
0
votes
1 answer

Attach sources not working in ScalaIDE

I have the following imports in a Play! controller: import reactivemongo.play.json.collection.JSONCollection import reactivemongo.play.json.commands.JSONAggregationFramework.{Match, Unwind, Project, AggregationResult} The first…
Adrian
  • 155
  • 9
0
votes
2 answers

Scala IDE Call Spark But Executor Not Start

I have Scala IDE Problem. The code below val conf = new SparkConf().setAppName("xxx").setMaster("local[*]") running in Scala IDE works fine, But val conf = new SparkConf().setAppName("xxx").setMaster("spark://ipOfMyPC:7077") can't work. and error…
chunhunghan
  • 51,087
  • 5
  • 102
  • 120
0
votes
1 answer

How to run Scala IDE on Ubuntu?

I am tring to install scala-ide(eclipse) on ubuntu. I downloaded scala-ide form http://scala-ide.org/download/sdk.html I can see below files and folder but I could not figure out how to start eclipse. I am expecting for .sh file to start which…
Amit Kumar
  • 2,685
  • 2
  • 37
  • 72
0
votes
1 answer

getting java.lang.ClassCastException: org.eclipse.core.runtime.Status cannot be cast to org.eclipse.jdt.core.IJavaModelStatus while opening class file

This happens with scala ide 4.3.0 I am getting below error while opening class file from maven dependencies jar using eclipse decompiler plugin. HINT: I am trying to open compiled jar from of a Scala project. java.lang.ClassCastException:…
Jai
  • 343
  • 1
  • 9
0
votes
1 answer

not found object Prop, scalacheck

i'm following the exact same instructions of: http://lamp.epfl.ch/files/content/sites/lamp/files/teaching/progfun/ScalacheckTutorial.html to add the scalacheck jar to the scala-ide but the IDE is giving me this: "object Prop not found" when…
matos416
  • 85
  • 4
0
votes
0 answers

Scala file cannot be edited in Scala-IDE

I am trying to implement a micro-service in Scala and I decided to use Scala-IDE as editor as advised. My S.O is Ubuntu 14.04 64, and I am using java 1.7 and Scala-IDE version downloaded here. I created a project using this tutorial, however I can't…
AR1
  • 4,507
  • 4
  • 26
  • 42
0
votes
3 answers

Cross-compiled with an incompatible version

I am using eclipse with m2eclipse-scala plugin. Currently, I get the following error message: exampleA_2.10-2.0.1.jar of module build path is cross-compiled with an incompatible version of Scala (2.10.0). In case this report is mistaken, this check…
THIS USER NEEDS HELP
  • 3,136
  • 4
  • 30
  • 55
0
votes
1 answer

Override implement methods in Scala IDE does not work

I am using Scala IDE on Mac (Build id: 4.4.1-vfinal-2016-05-04T11:16:00Z-Typesafe) with Scala 2.11.8. I have a trait defined as below: package services trait UserSignupService { def signupUserByCellphone(cellphone: String) : Future[Boolean] def…
MojoJojo
  • 3,897
  • 4
  • 28
  • 54
0
votes
2 answers

Unable to Work on Imported sbt project on Eclipse Scala Ide

I Have downloaded couple of projects from github , which are sbt projects, and imported in Scala IDE. But When I try to run them...they are not showing in run configuration. I think for sbt project there is some another way to import in eclipse.…
0
votes
1 answer

Why doesn't Scala IDE recognise my Scala packages?

I have a project containing our Gatling performance tests. I've imported the Maven project into Scala IDE, and I can see that the project has a Scala nature. However, when I look at the package tree in the package explorer (it's located in…
Vincent
  • 4,876
  • 3
  • 44
  • 55
0
votes
1 answer

ScalaIDE: code formatting

When I was editing my Java code, I could simply press Ctrl+Shift+F and get my code autoformatted. Now I'm using ScalaIDE and I found out no option to format the code on-demand. I didn't even found such an option when I searched the Keys section of…
marmistrz
  • 5,974
  • 10
  • 42
  • 94
0
votes
1 answer

Scala worksheet in Eclipse Luna not working

This past post offers two solutions. I tried both but there was no change. I have a Scala project that I downloaded from Github. It is built by SBT. So I followed these…
rapt
  • 11,810
  • 35
  • 103
  • 145