agiledigital / mule-metadata-extractor

This is a tool for extracting extracting icons and metadata from Anypoint Studio
Apache License 2.0
0 stars 3 forks source link

GraalVM binary fails to run #2

Open NoxHarmonium opened 4 years ago

NoxHarmonium commented 4 years ago

Looks like some type hints are needed for Java interop when compiled with GraalVM native image

dependencies/mule-metadata-extractor -d "dependencies/AnypointStudio" -o client/public/img/icons extract-images
Exception in thread "main" java.lang.IllegalArgumentException: No matching field found: getPath for class java.io.File

https://github.com/oracle/graal/issues/767