I am doing dev on a windows machine and using docker via docker machine. Thanks to the help of @VonC, I managed to reach the folder from the windows dev folder in the docker container.
The IDE I would like to use for Java development is Eclipse. But I would not want to install the entire java system on my host machine. And since my host computer is Windows (not the X-system), I cannot use the X11 socket sharing material, as mentioned here , to install Eclipse in the container where Java is located.
So, if my code is on my main machine and the whole java subsystem is in the docker container, can Eclipse build the code? Someone who runs on a host other than Linux (preferably Windows) got an Eclipse IDE for building Java applications using a java-wood image to store all java stuff.
java eclipse windows docker docker-machine
shrivb
source share