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 encountered an error when running the sample code and spent a lot of time learning about Java module-related knowledge. I determined that it is impossible to obtain resource files through ClassLoader and recommended using class.getResourceAsStream instead. Can someone provide an answer? Is this my problem?
It is a problem with modules in general, loading resources of other modules can be difficult to impossible when not using a class loader of the module where the resource sits in. I don't know if tilesfx is prepared for this.
I encountered an error when running the sample code and spent a lot of time learning about Java module-related knowledge. I determined that it is impossible to obtain resource files through ClassLoader and recommended using class.getResourceAsStream instead. Can someone provide an answer? Is this my problem?
Code Version: Java17 + tilesfx 17.1.15
The text was updated successfully, but these errors were encountered: