Cengiz
Cengiz

Reputation: 4867

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?

Upvotes: 0

Views: 794

Answers (2)

Cusnir Ruslan
Cusnir Ruslan

Reputation: 11

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

Upvotes: 0

torkildr
torkildr

Reputation: 335

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.

Upvotes: 1

Related Questions