TotalCross / totalcross

TotalCross is a Software Development Kit that helps cross platform application development. Currently supported platforms are: Windows, Wince, Android, iOS, Linux and Linux ARM for embedded systems.
https://www.totalcross.com
GNU Lesser General Public License v2.1
222 stars 40 forks source link

Backport JDK libraries to TotalCross #158

Open teras opened 3 years ago

teras commented 3 years ago

The compatibility libraries of TotalCross are quite behind those of the original OpenJDK libraries.

It would be nice and beneficiary to backport at least the core libraries from other open source projects.

These libraries should equally be open source with license compatible with TC & the distribution goals of TC.

Some candidates are from avian and mobivm.

teras commented 3 years ago

The reason to choose either avia and/or mobivm is because since they target mobile devices, they're more lightweight , although less featurefull, than other projects like classpath. Als their license is much more liberal.