TableLoader.java used to use some sun.awt.image classes. But I don't think it does any more, it uses javax.io instead. Just comment out that line and try recompiling.
Sean
> On May 31, 2018, at 10:41 AM, Joey Harrison <[log in to unmask]> wrote:
>
> I have a fresh development setup with the Java 10 JDK and my MASON project has the following compile error in TableLoader.java:
> "The package sun.awt.image is not accessible"
>
> The error refers to line 7, which is:
> import sun.awt.image.*;
>
> When I comment out that line, the error goes away and everything runs fine. Does anyone know what's happening here or what the proper long term fix should be?
>
> Thanks,
> Joey
|