5

I am using Netbeans to develop a Ruby on Rails application. Unfortunately, I have a problem with it.

Sometimes the keyboard stop working and I can not input code in the text editor. Also the keyboard short cut specific to netbeans stop working as well (such as ctrl + s) Nevertheless, the Ubuntu keyboard short cut still work (alt + tab ...)

The only solution I found is to maximize/unmaximize the window of the text editor or switch tab.

Cœur
  • 37,241
  • 25
  • 195
  • 267
0x26res
  • 11,925
  • 11
  • 54
  • 108
  • 1
    this should be a bug of netbeans, same behaviour here (ubuntu 9.4 + compiz) with Java projects – dfa May 20 '09 at 07:38

1 Answers1

0

This probably isn't a proper SO question, but have you tried switching from the community version of Java to the Sun version (or the other way around)?

https://help.ubuntu.com/community/Java

Oli
  • 235,628
  • 64
  • 220
  • 299
  • At first, I'd have guessed that the garbage collection of Java gets in your way but when resizing the window helps, it's probably something else. +1 for filing a bug. – Aaron Digulla May 20 '09 at 09:16