hex007 / freej2me

A free J2ME emulator with libretro, awt and sdl2 frontends.
Other
487 stars 75 forks source link

Compile failed #40

Closed UroshUchiha closed 6 years ago

UroshUchiha commented 6 years ago

I'm no longer able to build freej2me. When I try to build it, I get 2 errors: [javac] C:\Users\Urosh\freej2me\src\javax\microedition\lcdui\Canvas.java:137: error: hideNotify() in Canvas cannot override hideNotify() in Displayable [javac] protected void hideNotify() { } [javac] ^ [javac] attempting to assign weaker access privileges; was public [javac] C:\Users\Urosh\freej2me\src\javax\microedition\lcdui\Canvas.java:191: error: showNotify() in Canvas cannot override showNotify() in Displayable [javac] protected void showNotify() { } [javac] ^ [javac] attempting to assign weaker access privileges; was public