Hello All,
I wrote a simple application with a few screens just to test B4J in linux.
I am using a system with ludunti 17.00 installed
when i execute java -j testapp.jar or java -j, for that matter, in the command line I get:
Error: Could not creat the Java Virtual Machine
Error: A Fatal exception has ocurred. The Program will now exit.
You can actually run UI applications in command line, but OpenJDK (the one installed easier in ubuntu flavors) doesnt have JavaFX, you have to install it separately (or install the Oracle JDK)
its solved.
I had to install opemjfx. that did the trick. Thanks Enrique.
I had replaced the lubuntu by a ubuntu distro, and now i am going to try it with lubuntu also