AppImage/AppImageKit

How to package a multi-entry application into an appimage and use it?

masx200 opened this issue · 4 comments

How to package a multi-entry application into an appimage?

For example, openjdk, there are many executable programs, how to write apprun files? How to use the packaged multi-entry appimage?

AppImage is designed to run one GUI application. Say, you have an IDE that uses openjdk, then double-clicking the AppImage should open the IDE.

For programs like openjdk, should the correct way to use it be set to automatically mount and add environment variables at boot time?

openjdk.appimage --appimage-mount

The way I see it, OpenJDK itself is not an application. The application that needs OpenJDK should include it in its AppImage.

Would that work for your use case? What do you want to achieve in the end?

@probonopd please stop replying in issues that are questions before converting them to discussions.