1

I installed Oracle VM VirtualBox Manager on Windows 7 and I was able to run some PHP programs on it. I use Git-Bash with Vagrant to access shell (Ubuntu).

I would like to try a simple Java web application on the above machine.

I installed 'Nautilus' file manager and I tried to open it in the terminal by running the command: nautilus --browser (Opening the file browser from terminal), but I get an error message as follows:

(nautilus:8243): Gtk-WARNING **: cannot open display:

Notes:

My question is how to install and access files and folders on the host machine using 'Nautilus’?

1 Answers1

1

If you use "Bridge adapter" in the virtualbox network settings, try

ssh [email protected] -X
nautilus
Katu
  • 3,593
  • 26
  • 42