B4J Question Missing Components when running on MAC?

Alberto Iglesias

Well-Known Member
Licensed User
Longtime User
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)

My sample is attach in this post.....


Screen_Shot_04-29-18_at_10.51_PM.png


Screen_Shot_04-29-18_at_10.53_PM.png
 

Attachments

  • SampleAppWithForm.zip
    6.5 KB · Views: 213

paulgr

New Member
Licensed User
Longtime User
I've set up VMware 12 player running on Windows 10 with MacOS as guest.
JDK 1.8.0_172 installed on both Sierra and High Sierra VMs.

Your .jar works ok on Sierra, but empty form on High Sierra.

High Sierra might be the problem somehow.

Paul
 
Upvote 0

techknight

Well-Known Member
Licensed User
Longtime User
I wonder if this is related to the Metal API and JavaFX not being compatible with it?

Edit: Saw in another thread this is a known bug and was resolved in JDK 9. Have you tried Java 9?
 
Last edited:
Upvote 0

Starchild

Active Member
Licensed User
Longtime User
I wonder if this is related to the Metal API and JavaFX not being compatible with it?

Edit: Saw in another thread this is a known bug and was resolved in JDK 9. Have you tried Java 9?
Not yet. I think your write. For now I have installed a bootable Sierra Partion on the Mac so I can go back and forth depending what I need to compile/package. I will have a go at JDK9 under Mohave when I get some more free time.

Thanks.
 
Upvote 0
Top