Tim Ellison wrote: > Yang Paulex wrote: >> Seems there's an issue of r533200(i.e. the M1 download) for windows, >> kernel.jar is not included in the bootclasspath, so that the compiler >> complain java.lang.Object cannot be resolved in Eclipse, anyone saw this >> issue? > > I'm confused, if kernel.jar was not in the bootclasspath then nothing > would run. > > Do you mean our javac wrapper in the JDK doesn't pick it up?
Oh, maybe I know what you mean ... the Eclipse plug-in support doesn't pick up the kernel JARs. That's a simple update to the vm properties file -- and very safe (the VM and class library don't read them). Regards, Tim
