Imago NoSuchFieldException: nativeLibraries
Open
- Dominant language
- C++
- Stars
- 406
- Forks
- 134
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 24
Description
when calling a Imago Instance, it throws expception as follows:
```
java.lang.NoSuchFieldException: nativeLibraries
at java.base/java.lang.Class.getDeclaredField(Class.java:2489)
at com.ggasoftware.imago.Imago$LibraryRemover.removeLibraries(Imago.java:248)
at com.ggasoftware.imago.Imago$LibraryRemover$1.run(Imago.java:219)
```
why the classloader cannot find the field "nativeLibraries" ? Is there any configuration omitted?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.