1
Unable to open SCSI controller 0:[\] , error code: 0x5
Unable to open SCSI controller 1:[\] , error code: 0x5

In almost every program I write with a GUI, these two errors appear when the program is done executing. It just randomly started and I don't think I did anything to make it like this. What is wrong?

tckmn
  • 57,719
  • 27
  • 114
  • 156
  • Does it happen with plain javac? If so, could you please post the [minimal, self-contained, compiling amount of code](http://sscce.org) that triggers the problem? – ignis Nov 06 '12 at 00:02
  • `class BadThing { public static void main(String[] args) { new javax.swing.JFrame(); } }` – tckmn Nov 06 '12 at 00:03

1 Answers1

0

Please download the latest JDK http://www.oracle.com/technetwork/java/javase/downloads/index.html

Robert
  • 233
  • 3
  • 12
  • Did you try vary IDEs. If you use Eclipse check out NetBeans(just onl to check, I prefer Eclipse), it may help. – Robert Nov 06 '12 at 02:09