Compile Errors

I'm installing jME on Eclipse, and I get a few errors when it compiles:


sun.misc.BASE64Decoder cannot be resolved to a type
sun.misc.BASE64Encoder cannot be resolved to a type
sun.security cannot be resolved to a type
The method providers(Class<P>, ClassLoader) in the type Service is not applicable for the arguments (Class<SystemProvider>)



It's on Ubuntu Linux, by the way.  I think it looks like a problem with the JDK but I've installed the latest version  :?.

Are you using something like blackdown instead of Sun's JDK by any chance?

I've got the Sun Java 6 JDK installed, so it's not that.