Skip to content
⌘ NSIS Forum Archive

Making a loader for java apps

2 posts

ikthius#

Making a loader for java apps

Hey everyone,

first time here.

I have made my first application in java. I was looking for something that can make it a double clickable application.
I had thought of JARs but I stumbled upon this NSIS software.

I thought this might be a better solution for me.

could someone tell me.
does this make directories like a normal installer does?
What do I need to do, to make this installer work with java, and make the application double-clickable so that is can run?

I have 12 java classes and only once class is used with the main method to run the app.

ik