Hello, I can run the applications created with B4J using the command: java -jar something.jar
In linux, too.
But, if it has been created with B4J it cannot be run. It always shows the error that it needs javafx runtime.
What do I have to do to run in linux the applications created with B4J?
Thank you.
Yes, I tried it the way you put it, but it doesn't work with v11, I've been "going round and round" it but in the end I gave up, there must be something I forgot.
It finally worked with openjdk 11
I have uninstalled all java. I have searched and deleted all the remaining configuration files and directories.
I have made a clean installation of openjdk 11 and I have executed it with the parameters that you have indicated.
Thank you very much to you, and to all the people who helped me.
This is meant to be a tutorial for you to easily distribute your applications developed in linux. Through B4JPackager11 and B4JPackager v1.50 the excellent tool developed by Erel gives us the possibility of obtaining a convenient installation file using install Inno Setup. This is for the...