简体   繁体   中英

How to run Eclipse with Docker on Windows using Boot2Docker?

i installed Boot2Docker v1.7.1 for Windows and started it like described in the manual. After that i run the docker image batmat/docker-eclipse.

Unfortunately i got the error:

Eclipse: Cannot open display: org.eclipse.m2e.logback.configuration: The org.eclipse.m2elogback.configuration bundle was activated before the state location was initialized. Eclipse: Cannot open display: Eclipse: An error has occured. See the log file /home/developer/eclipse/configuration/1438451934632.log

Anyone know how to run Eclipse with Docker on Windows using Boot2Docker?

The stack trace you're seeing is not related to Docker, but to the Maven integration. Try with a clean Eclipse installation and a fresh workspace.

you need to run x11 server on windows. Or you build you own docker based on existing eclipse one, and install vnc server inside.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM