Currently I'm using a virtual machine (VM) environment on my laptop (Mac) for project development (i.e. virtual machine is running in VirtualBox on my laptop).
And I just use Samba to open code folder (on VM) and then I use SubLime (on my laptop) to connect to VM, so that I can edit code files (located on VM) from my laptop.
But I found SubLime is not efficient when I want heavy debugging for Java, so I would like to use Eclipse on my laptop, to edit and debug code files located on VM.
I tried to google but didn't find useful information, could you please tell me how to use Eclipse on my laptop, to open project on virtual machine?
Thanks a lot.
you can treat your virtual machine as a remote machine, then problem is solved.
read here: Eclipse - Connect to a remote file system