B4J Question Scrambled window on Ubuntu 12.04

Chris_Moulding

Member
Licensed User
Longtime User
Hi,

I've built a Jar file based on the Chat tutorial and it opens and works fine on every version of Windows I can find and Linux Mint 13 Maya.

I do have a problem with Ubuntu 12.04. When I open the Jar file the window frame is displayed with a scrambled mess inside similar to a TV set off channel listening to noise.

It's the same with both OpenJDK Java 6 Runtime and Oracle Java 7 Runtime.

Has anyone seen this before and is there a way to fix it?

Thanks,

Chris
 

Chris_Moulding

Member
Licensed User
Longtime User
Hi Erel,

Screenshot attached:

ubuntu_12.04.jpg

Sounds like a bug in JavaFX. Can you post a screenshot?
 
Upvote 0

Chris_Moulding

Member
Licensed User
Longtime User
I've installed the latest Oracle Java. With Ubuntu 12.04 it's the same with Oracle Java 7 and OpenJDK Java 6 (Ubuntu default).

I've tried it in Release mode. I'll get back to you after I've tested it with Debug and a empty project.

As it works fine in Linux Mint 13 Maya I suspect that it's going to be a Ubuntu problem but I've raised it to help others if we can find a solution.



Have you installed the latest Java JDK? Have you configured the IDE to use it? Does it happen both in Release mode and Debug mode?

Last question, does it happen with an empty project?
 
Upvote 0
Top