Wish B4J App to Debian Linux Package

Sandman

Expert
Licensed User
Longtime User
Have you tried decompressing the generated deb package to see what it looks like? I have never made a deb package myself, despite using Debian for many years, but I understand it can be somewhat complicated.

I found these links that might indicate where the generated package falters.



I also saw that there is a Debian package called java-package with the description:


Installable with
Bash:
sudo apt install java-package
 

aeric

Expert
Licensed User
Longtime User
Yes, I tried.

 

peacemaker

Expert
Licensed User
Longtime User
I need a tool similar to B4JPackager11 that can create a deb file so it is easy to install in Debian Linux.
Theoretically, such a GUI tool could be developed using B4J under Linux in order to implement the tutorial I have been suffering from.