Somebody knows if when running an app created by B4J on a MAC need install something else?
Because the same .jar running on Windows, You can see every components (button, listview, images, etc) and when running on a Mac this components not showing.
Look the screenshots with the same .jar running on both OS (windows and mac)
Update Java to the latest version. I use a PC and compiles the JAR file then I copy it over to dropbox and can install it from my Mac from there.
Works perfectly.
Can you compile your project on a PC and move it over to your Mac? I believe this is a vital part of tracking the error you experience.
Is it the same on another Mac? have someone compile your code on another machine. Then post the outcome of your tests.
You have to do such experiments to locate the problem. Does it work with other JAR applications found in the forum? good luck.
You mean it worked with another operating system? It might be related to Mac OS High Sierra? Never tried that I use OSX El Capitan. It works fine with B4J v601 and Java v9.0.4.
You might want to try that just to make sure it work (since it works fine for me).
If it is related to java.awt.Toolkit then perhaps Erel can give you the answer if B4J uses that. You might want to go with my config since I don't have this problem.
Note that I compile on a PC and run it on a Mac.. works with no errors.