Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using IntelliJ with X11 Forwarding

I'd like to use IntelliJ with X11 forwarding over SSH. I can confirm I can X forwarding working by running xeyes but when I run IntelliJ I don't see anything. What setting do I have to configure?

The host is Ubuntu 14 and the client is Mac OS X.

like image 995
Sam Stern Avatar asked Oct 19 '25 13:10

Sam Stern


1 Answers

Make sure you don't have IntelliJ running already in your Ubuntu box. The default setting actually only allows for one running instance. So if you close IntelliJ and run it using X11, it should just work.

like image 108
Zhimin Zong Avatar answered Oct 22 '25 04:10

Zhimin Zong