• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ItemListener missing from AWT after blue screen

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My computer blue screened, stupid vertex 3 ssd causing issues.... anyways.

When i got back into Netbeans IDE 7.0.1, ItemListener was underlined red, symbol not found. When i tried to manually import java.awt.even.ItemListener, it did not have ItemListener as an option any more, and would just highlight the import statement red.

I uninstalled JDK, netbeans... i did a system restore to before the blue screen and it still didnt fix it.

Is there some where I can replace the awt file? I found awt.dll in C:\Program Files\Java\jdk1.7.0_01\jre\bin and made sure it was replaced when I reinstalled.

Ideas?
 
Sheriff
Posts: 22784
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Make sure your rt.jar file is still working properly. awt.dll is only used by the JVM itself, not by IDEs (or at least not for the compiling part).
 
j hada
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i replaced my rt.jar file and it worked like a charm! thanks a lot Mr Spoor!
 
Rob Spoor
Sheriff
Posts: 22784
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You're welcome.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic