1

I'm attempting to run intellij from a Linux machine that is connected with putty that has had the display forwarded by Xming. Intellij is able to come up and I'm able to use most of the widgets, however I'm unable to select or type into any of the text fields.

I've found the following bug report: https://bugs.openjdk.java.net/browse/JDK-8040662 however, since this is not a common use-case, the bug is sitting at "won't fix."

I also keep finding similar questions, such as: X11 forwarding affects Java Swing GUI dropdowns - Items not selectable, Menus collapse immediately but it seems like nobody has an answer.

Currently I'm running with the following versions:

  • Intelij: IC-141.1532.4
  • Openjdk: 1.7.0_76
  • XMing: 6.9.0.31
Community
  • 1
  • 1
lordoku
  • 908
  • 8
  • 22
  • Are you able to enter text in other applications? – F. Stephen Q Sep 11 '15 at 16:22
  • I'm able to edit in Eclipse, but that's backed by SWT and not swing. When I run a simple toy Java program, I have the same problem. The bug report seems to suggest it's an issue with Swing. I was hoping that someone may have encountered this problem and had a workaround. – lordoku Sep 11 '15 at 16:32

1 Answers1

1

The solution is to use the current Oracle Java 7 JDK, which has been patched to fix this issue.

F. Stephen Q
  • 4,208
  • 1
  • 19
  • 42