hex007 / freej2me

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

fix network connection , fix manipulate image, Nokia set as default #183

Closed digitalgust closed 1 year ago

digitalgust commented 1 year ago

add network support fix manipulate image Nokia set as default

recompileorg commented 1 year ago

Can you break this up into separate pull requests? If something needs to be addressed, it holds up merging your other changes. It also makes discussion needlessly difficult.

XerTheSquirrel commented 1 year ago

This is license incompatible, the code is from Sun's JVM implementation and that is GPLv2 only while FreeJ2ME is GPLv3+. They cannot mix, unless the code is GPLv2+. The classpath exception does not apply to FreeJ2ME either.