September 2016
Intermediate to advanced
989 pages
24h 10m
English
The meta-java layer also offers helper classes to ease the integration of Java libraries and applications into Yocto. In this recipe, we will see an example of building a Java library using the provided classes.
The meta-java layer provides two main classes to help with the integration of Java applications and libraries:
oe_jarinstall: This installs and symlinks a JAR fileoe_makeclasspath: This generates a classpath string from JAR filenamesoe_java_simple_wrapper: This wraps your Java application in a shell scriptRead now
Unlock full access