Skip to content

jramirez-isc/demo-jaxb-native-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple demo JAXB Native Image

Prerequisites:

  • Latest version of GraalVM, currently 19.3.0

Steps:

  1. gradle clean build fatjar

  2. native-image -H:ReflectionConfigurationFiles=reflect.json -H:-UseServiceLoaderFeature --no-server --no-fallback --report-unsupported-elements-at-runtime -jar build/libs/demo.jaxb-all-1.0-SNAPSHOT.jar

  3. ./demo.jaxb-all-1.0-SNAPSHOT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages