The Java Platform, Standard Edition (Java SE) is a complete platform for application development and deployment. Java SE Embedded is based on Java SE and provides specific features and support Embedded systems.
Java SE Embedded 8 has been released introducing a new concept of Compact Profiles, which allow for creation of smaller platforms for embedded devices. This article is an overview of this new feature.
Java SE Embedded 8 introduces a new tool to the Java SE Embedded platform, called Java Mission Control. Users of the legacy desktop tool, JRockit Mission Control, will recognize many of the same features. This particular article focuses on the Java Flight Recorder and various ways you can go about to create a flight recording on Java SE Embedded 8.