The following code in the compiler:
abstract class query {def get: Unit => scala.xml.Elem}
gives me the error: \"object xml is not a mem
(This is for Windows at least)
In Eclipse go to
Project > Properties
On the windows that appears (should be on Java Build Path on the left) choose the "libraries" section and click on "Add External JARs".
Navigate to your installation folder and then to the "lib" folder (usually
C:\Program Files (x86)\scala\lib
or
C:\Program Files\scala\lib
)
and add
scala-xml_2.11-1.0.2
or whatever version you have.