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
1 answer

Error opening `routes` file in Scala IDE

I am working with my first scala-play2 framework application ( hello world ). It is working fine. But after importing the project in eclipse I tried opening routes file. All I got was this: org.eclipse.core.runtime.CoreException: Plug-in…
Rakesh Juyal
  • 35,919
  • 68
  • 173
  • 214
0
votes
0 answers

How to correctly add "scalaz-core_2.10-7.0.0.jar" to scala project

When I add "scalaz-core_2.10-7.0.0.jar" lib to build path my scala project following error appears:
SBotirov
  • 13,872
  • 7
  • 59
  • 81
0
votes
1 answer

Scala Compiler doesn't compile in ScalaIDE

I'm trying to develop on the Scala compiler project with the help of ScalaIDE. I followed this guide to set up the development environment. When I now try to build the mentioned projects, the reflect project won't get built. Instead, I get the…
sebastian_oe
  • 7,186
  • 2
  • 18
  • 20
0
votes
1 answer

Unable to run Scala-Neo4j project from command line

I developed a Java project in which I wrote some Scala classes and some Java classes. I used Scala-Neo4j wrapper in the project to write Scala functions for inserting and retrieval of Neo4j nodes. I also wrote Thrift services in java in the project…
yAsH
  • 3,367
  • 8
  • 36
  • 67
0
votes
1 answer

How to prevent debugger from stepping into Object class code in Eclipse when developing with Scala?

In my file file.scala, I have the following line: `file.scala` > shapes.foreach({ shape => ... When I start to debug it using Eclipse 3.7, scala plug-in version 2.1.0mp3, I press F5 to enter the code. It brings me to the following files…
Mikaël Mayer
  • 10,425
  • 6
  • 64
  • 101
0
votes
0 answers

Blank editor window with Scala-IDE

When opening a Scala file in the Scala-IDE eclipse plugin, the "open file" is just blank and a popup with java.lang.nullPointerException is given. Is there any workaround or fix that can be done? Eclipse version: 4.3.0 Scala-IDE version:…
Appleshell
  • 7,088
  • 6
  • 47
  • 96
0
votes
0 answers

How do I integrate JProfiler 7.2.2 with Scala IDE 3.0.0 on OS/X 10.8.3 64-bit?

JProfiler integrates fine into IntelliJ IDEA 12.0.4 and Eclipse 4.2.2 but it does not integrate into Scala IDE 3.0.0. I have fresh installs of Scala IDE 3.0.0 (based on Eclipse Indigo) and JProfiler 7.2.2. and have enabled the "Profile" actions…
richj
  • 7,499
  • 3
  • 32
  • 50
0
votes
3 answers

TypeSafe Scala IDE (Eclipse) doesn't show any Scala projects

I'm running Mac Os 10.5.8, with java sdk 1.5.0_30. I've downloaded and installed the sbt package, and have verified that it is running properly. Finally, I've downloaded the Mac OS Cocoa 32-bit version of the Typesafe IDE for Scala 2.10.1, and have…
earachefl
  • 1,880
  • 7
  • 31
  • 55
0
votes
2 answers

How to run Scala tests with the TestNG plugin in Scala IDE / Eclipse?

I am using the Typesafe Scala IDE 3.0.0 together with the TestNG 6.8.1 plugin. What I really miss is the possibility to right-click on a Scala file, then select "Run As" and "TestNG Test" to launch the tests in the IDE. This feature works for…
stholzm
  • 3,395
  • 19
  • 31
0
votes
1 answer

Scala: SBT Eclipse plugin fails to build Breeze from scalanlp.org

I am new to Breeze (http://www.scalanlp.org/) and Scala in general. Please help to generate Eclipse project for Breeze with sbt. I have Eclipse plugin for sbt installed. When I try sbt eclipse it fails with the following errors. What…
Anton Ashanin
  • 1,817
  • 5
  • 30
  • 43
0
votes
1 answer

Eclipse running lift project (project configuration issues)

Trying to get a lift project to run on windows, I've installed maven on my computer, then tried to use mvn archetype:generate from cmd, then chose the lift basic one , but it always failed on the jetty:run part. Before that, I had to change a lot of…
CosminO
  • 5,018
  • 6
  • 28
  • 50
0
votes
1 answer

How can I set up Scala-IDE to add a blank line when I start a multiline code block?

These are the typing steps one has to take when creating a new code block in Scala-IDE. The pipe character represents the cursor: def test(x: Int): Int = | If you start block by typing {, the IDE will automatically add the closing brace and put the…
Jack
  • 16,506
  • 19
  • 100
  • 167
0
votes
1 answer

can't run ScalaIDE in a XP without networks

Recently I would like to move my dev env into my company's standard virtual XP without internet connection. But my Scala dev env is broken. I test ScalaIDE from typesafe by unzip and copy into virtual XP. And, I tried install scala plugins on a pure…
julian0zzx
  • 263
  • 2
  • 8
0
votes
2 answers

Why can't scala-ide refresh change in java classes in scala editor?

I found a problem using scala-ide 2.1.0 m2. I'm developing a java/ scala mixed project. When I add a method in java class and call it in scala. Scala Ide will report an error that the method doesn't exists. I tried to refresh the project but I got…
CharlieQ
  • 839
  • 7
  • 10
0
votes
1 answer

How to reference third-party libraries, eg breeze, from eclipse, when working with Scala

I have Eclipse, with eclipse-ide plugin installed, and with 'sbt' selected as the builder. I want to use a third-party library, specifically scala-breeze, and I'm not sure how to instruct eclipse/scala-ide to fetch and install this?
Hugh Perkins
  • 7,975
  • 7
  • 63
  • 71
1 2 3
22
23