0
votes

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 no luck. I have to restart Eclipse(3.7 indigo) to let scala IDE load the updated java class. Is there any way to let scala IDE recognize java changes without restarting eclipse?

2
Please file a ticket with a detailed reproducible test case. OTOH, this should work without cleaning.Iulian Dragos

2 Answers

3
votes

Cleaning the project works for me in same situation.

1
votes

Scala IDE is improving quite a lot lately. I had few problems mixing java and scala in one Eclipse project (generated by SBT, but not very relevant for this question) using the latest Eclipse IDE (Juno) and the latest version of Scala IDE. I'd advise to download the latest version of Eclipse and and install the latest version of the Scala IDE.