B4J Question Compile for Linux

mw71

Active Member
Licensed User
Longtime User
Hello,

I would like to compile my program (also) for Linux.
How can I do this?
I only have Windwos (7 with Oracle JAVA 8 and 10 with OpenJava 11) available.
 

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
Compiled jars can run anywhere including linux,

This is true for non ui versions for example console and server apps.

The UI apps (javafx) are different, its better handle them with the packager:

Go here

And here
 
Upvote 0

mw71

Active Member
Licensed User
Longtime User
Hi,

Compiled jars can run anywhere including linux,

This is true for non ui versions for example console and server apps.

The UI apps (javafx) are different, its better handle them with the packager:
it's a UI App


And here
there is to read: You must build the package on the target platform.

i have no Linux, only one Person how to will Test my App.
 
Upvote 0
Top