tags:

views:

466

answers:

3

This is the update that just came out this week (2010-05-18) Somebody moved my cheese. It appears that laf.jar is Look And Feel, so probably not a big deal for my java development. Eclipse got mad about the missing jar, and furthermore thinks the 1.6.0 VM disappeared, which it didn't. Had to redefine the VM library within eclipse and everything appears kosher, but was hoping somebody with more hit points than me could say so definitively. Am I all good? Was it really the OSX update for 1.5 that went and hunted down a file in my 1.6 VM?

Haven't been able to google anything about this... if somebody could post a link to some info about this, that'd be appreciated too.

+7  A: 

I've had the same problem. Eclipse complained that there were classes missing in laf.jar. I've done basically the same thing: I went to Preferences-->Java-->Installed JREs . When I clicked on it Eclipse told me that it could not find the JVM 1.6 at the specified path and removed it. I then told Eclipse to search for existing JVMs. It found (of course) 1.6. The error in laf.jar disappeared and Eclipse did not complain anymore.

theLokh
Weirdness indeed. Same thing just happened to me. However, all I had to do was restart Eclipse and everything is working fine again
The D Williams
A: 

I had this problem too, the above worked for me - Thanks!

Aaron T Harris
A: 

Thanks for the answer. It works perfectly~

mingyu