B4J Question can i run the generated b4j app on ubuntu ?

Addo

Well-Known Member
Licensed User
is there a way to run b4j app on ubuntu ?

i tred to install java on ubuntu


sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo apt-get install software-properties-common


i got No installation candidate error message


i am using ubuntu 16.04
 

Cableguy

Expert
Licensed User
Longtime User
i have installed openjdk 11 the app wont run
"The app won't run" is too little info.
How are you trying to run it?
Which command are you using to run it?
Is it a Non-ui app?
Any errors on command screen?
 
Upvote 0

Addo

Well-Known Member
Licensed User
will i just installed the openjdk 11 like following

sudo add-apt-repository ppa:eek:penjdk-r/ppa
sudo apt-get update
sudo apt install openjdk-11-jdk
sudo apt install openjfx

then i just right click on the jar file and i choose run with open jdk 11 the app wont run

the app is an empty simple b4j app just generated it to test if it will run on ubuntu
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
will i just installed the openjdk 11 like following



then i just right click on the jar file and i choose run with open jdk 11 the app wont run

the app is an empty simple b4j app just generated it to test if it will run on ubuntu
If it is an "empty simple b4J app", what do you expect it to do?
Does it at least have a form to show? Or some on-screen logs to show?
Also, running it from the desktop I don't think it automatically grants administration rights to the execution command.
You should try to run from command line making sure to "sudo" your command
 
Upvote 0
Top