tags:

views:

59

answers:

2

Hello, I wonder if anyone can help - I have this error showing recently when debugging in eclipse - what doe it mean by resource, an imported package or the location of some java files ?

Can't find resource for bundle sun.awt.resources.awt, key AWT.EventQueueClass

MissingResourceException (id =45)

I also get an option to "edit source lookup path" on the debug tab.

Thanks

A: 

I'm not totally sure, but I think it looks like you're missing something in your version of Java, or Eclipse can't find part of it.

jex
Thanks,I reinstalled java and that seemed to do the trick
ivor
A: 

Are you using the latest version of Eclipse? If not, try upgrading, or if you're using a development build, use a production build.

JRL
thanks I will have a look
ivor