You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting an error when trying to import a class:
constimagePath="com.fileformats.PngImage";constImageClass=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
The text was updated successfully, but these errors were encountered:
I'm getting an error when trying to import a class:
I get:
The text was updated successfully, but these errors were encountered: