Oracle Java SE Embedded: Developer's Guide
Table of Contents
Expand | Collapse- Title and Copyright Information
- Preface
- Part I Quick Start
- Part II Platform Development
- Part III Embedded Application Development
- 10 Essentials for Developing Embedded Applications
- 11 Develop and Test Your Embedded Application
- 12 Deploy Embedded Applications
- 13 Launch Embedded Applications
- Launch the Application with the java Launcher Tool
- Launch Your Application with a Specific JVM
- Enable Client Compiler (C1) Profiled Inlining
- Improving JVM Startup Times with Class Data Sharing
- Launch Your Application in Debug Mode
- Unsupported java Launcher Options in the Minimal JVM
- Exit an Application Running on an Embedded Device
- Troubleshooting
- 14 Develop Headful Applications
- Headful Applications Using JavaFX
- JavaFX Components for Oracle Java SE Embedded
- Configuring Fonts
- Unsupported JavaFX Features
- Using FXML Markup Instead of JavaFX APIs
- Using JavaFX Scene Builder to Design the UI and Export to FXML
- JavaFX Sample Applications
- Font Setup in Headful Applications
- Swing and AWT APIs
- 15 Codecache Tuning
- Part IV Appendixes
- A Preparing a Device for JavaFX
- Preparing the BeagleBoard-xM for JavaFX Applications
- Use a Suitable Build Machine
- Install the Tools and Configure the System
- Obtain the Ångström/Open Embedded Scripts
- Set Up the BeagleBoard
- Build the Distribution
- Prepare the SD Card and Write File Systems
- Boot a BeagleBoard xM with the Card
- Install the Required Packages
- Build and Install DirectFB
- Disable Cursor Blinking
- Update the Graphics Drivers (Recommended)
- Disable the GDM (X Login Manager)
- Configure the SGX Driver (Optional)
- Preparing the BeagleBoard-xM for JavaFX Applications
- B Developing Embedded Applications in NetBeans IDE
- A Preparing a Device for JavaFX