joeferner / node-java

Bridge API to connect with existing Java APIs.
MIT License
1.88k stars 283 forks source link

Error: Could not set field a on class "Class" #599

Open velara3 opened 6 months ago

velara3 commented 6 months ago

I'm getting an error when trying to import a class:

const imagePath = "com.fileformats.PngImage";
const ImageClass = java.import(imagePath); // error here

I get:

Uncaught Error Error: Could not set field a on class com.fileformats.PngImage
java.lang.IllegalAccessException: Can not set static final java.lang.String field com.fileformats.PngImage.a to null value