I have a desktop server app that runs perfectly in B4J. However, when I try to run the .jar file (created after compiling in Release mode), I get a Java exception and it crashes.
Running it in B4J, the log does show a warning about a missing resource exception, which I assume (?) is the reason that it crashes as a jar:
Can anyone tell me what to do at this point? Thanks.
Running it in B4J, the log does show a warning about a missing resource exception, which I assume (?) is the reason that it crashes as a jar:
B4X:
WARN:oejh.MimeTypes:main: java.util:MissingResourceException: Can't find bundle for base name org/eclipse/jetty/http/encoding, locale en_US
Can anyone tell me what to do at this point? Thanks.