eclipse - How to Access Guest Resources from Host? -


i'm using virtualbox + vagrant setup dev environment. i've created symlink @ /vagrant/.ivy2 resource (.jar) files stored on guest (vm) @ ~/.ivy2

while symlink works , i'm able traverse in vm, host applications eclipse not register contents of symlink. there way me expose resources guest os home directory via symlink or otherwise host?

are running latest version of vagrant? don't think should having issues this...

regardless if want try different method of exposing guest host there several options use, depending on preference:


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -