java -modulepath

Alan Bateman Alan.Bateman at oracle.com
Sun Jun 26 07:07:33 PDT 2011


Weijun Wang wrote:
> :
>
> Every time Eclipse announced a new release, I would grab an installer to see how it feels. It never worked with "exploded" classes directory and complained java.lang.Object missing. Therefore, I've never been able to use any version for more than one hour.
>   
If the error is that j.l.Object is missing then I will guess that it 
must be setting the bootclasspath and assuming that rt.jar exists (as 
otherwise it should at least start).

More generally, this is a reminder of the challenge that we will have 
moving from the existing legacy image to a modules image. There will be 
code that assumes rt.jar and the existing layout.

-Alan.



More information about the jigsaw-dev mailing list