I have a SBT project on VirtualBox virtual machine where I have installed SBT and have my project located. I run project through virtual machine with sbt
, so all the external jars are located in /root/.ivy2/
in the VM.
I have also mounted all VM drive with sshfs and routed to external jars from host as ~/dev/remote/project/root/.ivy/
.
I use Eclipse/ScalaIDE from host machine, so when I open project, the IDE can't find the external jars.
How to tell Eclipse to use these jars automatically or how to work with Eclipse and projects on VM?