r/NoStupidQuestions 50m ago

how to convert Java project into exe working

[removed]

0 Upvotes

3 comments sorted by

1

u/bowbahdoe 43m ago

Hey, so r/javahelp might be a better place.

but that being said - the way to proceed is to bundle java with your app. There are a few programs for this, but if you just care about windows there is a gui program called launch4j which can help with that. There are other options, like jpackage and/or jlink.

1

u/WhaleBird1776 42m ago

jpackage is built in to jdk these days isn’t it?