--
You received this message because you are subscribed to the Google Groups "scala-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
SBT will compile them successfully under mixed mode, correct? (Assuming there isn't any circular dependency)
Yes.
My only question left is: am I importing Java into Scala or Scala into Java the right way (under the right class path)? Will my IDE (IntelliJ) understand this type of reference?
Yes, you use the standard import xxx clause on both sides. IntelliJ and Scala IDE are both capable of understanding mixed code bases, although IntelliJ may need some more configuration to make it work, depending on your setup.