Top "Scala-ide" questions

The Scala IDE is the Eclipse plugin for Scala

Scala Error: Could not find or load main class in both Scala IDE and Eclipse

Here is my problem, I know there are lots of answers for similar questions, however none of them worked after …

java eclipse scala apache-spark scala-ide
Scala project won't compile in Eclipse; "Could not find the main class."

I have installed Eclipse 3.5.2 and today's Scala plugin from /update-current (that's Scala 2.8 final.) I can compile and run Scala projects …

eclipse scala eclipse-plugin scala-ide
Why do I get `java.lang.NoClassDefFoundError: scala/Function1` when I run my code in ScalaIDE?

Here is a simple test I'm using to invoke a Scala method from Java: public static void main(String args[]) { …

java scala maven noclassdeffounderror scala-ide
Scala IDE (Eclipse) Run as Scala Application

I'm relatively new to the scala language (and programming in general). I recently installed the JDK and the Scala IDE (…

java eclipse scala scala-ide
Error: Could not find or load main class org.test.spark.streamExample

I was trying to execute sample basic sparkstreaming example in Scala IDE, but I am getting below error: Error: Could …

spark-streaming scala-ide
Eclipse not recognizing Scala code

I have Eclipse Indigo with the Scala IDE plugin. I downloaded a lift project from Maven. It builds correctly. Eclipse …

eclipse scala eclipse-plugin scala-ide
Using SBT from Scala IDE

The path from SBT to Scala-IDE is well described in many places: Start with an SBT project Add the SBT …

scala sbt scala-ide
spark build path is cross-compiled with an incompatible version of Scala (2.10.0)

When i try to execute sparksql code in scala IDE im getting below error,Could anyone help me to sort …

scala-ide
Running Spark Application from Eclipse

I am trying to develop a spark application on Eclipse, and then debug it by stepping through it. I downloaded …

eclipse scala apache-spark scala-ide
'java.lang.AssertionError: assertion failed' Error while starting Scala-IDE(Eclipse)

I am new to eclipse. Please excuse me if I am wrong about something. I've downloaded Scala IDE for eclipse 4.6.1. …

java eclipse scala scala-ide