quarks-edge / quarks

Quarks is an open source programming model and runtime for edge devices that enables you to analyze data and events at the device.
http://quarks-edge.github.io/
Apache License 2.0
123 stars 42 forks source link

Java 8 Support - ME Or SE #22

Open Kitard opened 8 years ago

Kitard commented 8 years ago

Would like to try Quarks on the IOT oriented ARM Cortex M3 / M4. Will Quarks run on Java ME? Or even SE embedded?

ddebrunner commented 8 years ago

Testing has been on Java 8 SE.

Supporting Java ME would be good, I would expect the core code to work but haven't looked personally at ME for a long time, but maybe not the development console and JMX features.

But Quarks is modular, just use the code that is needed by the application, excluding components not needed or that are not supported on a given platform.

Anyone could help by trying to run the Junit tests on Java 8 ME.

Thanks!