Replies: 3 comments 7 replies
-
|
ERROR: Resource not found: /com/x/a/b/resources/close.gif |
Beta Was this translation helpful? Give feedback.
-
|
Entry point is main not com.x.y.z.TNBootStrap.execute. |
Beta Was this translation helpful? Give feedback.
-
|
FYI, keeping images as resources and loading them using ClassLoader is not an optimal way to show images. Consider loading them, for example, using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While running TeavmTool, I started to get "Resource not found:" errors when WASM-GC is the target. It tries to find a resource by executing the com.someclass.execute$exported$3 and goes all the way to a resource call object and then throws an exception on an image file which was returned with my resource supplier earlier. The wasm output is created though. It does not do this when using jAVASCRIPT target. Why does it execute code and try to load resources on a wrong class foot?
Beta Was this translation helpful? Give feedback.
All reactions