Skip to content

How can I get installed app executable file? #4413

Answered by amir1376
amir1376 asked this question in Q&A
Discussion options

You must be logged in to vote

It seems jpackage use this system property jpackage.app-path

So here is the answer

val exeFile = System.getProperty("jpackage.app-path")

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by amir1376
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant