Where should the resources be placed when doing a b4j project with inline java code and the inline java code needs to load the resources using "getClass().getResource" ? Have searched the forum but could not find anything other than for b4a where one can add it to the jar. But where in a b4j project should it be when running the project in the IDE?
Any file that you put in one of the jars will be included in the compiled jar. Getting it to work in all modes, including standalone package, can be difficult.
As a general rule, everything that you can do in B4X should be done in B4X. Only the missing pieces should be implemented natively.