DevComPack / setupmaker

DCP Setup Maker
https://www.devcompack.com/setupmaker/
Apache License 2.0
42 stars 15 forks source link

JRE in package #8

Closed ermoschink closed 6 years ago

ermoschink commented 6 years ago

Can I add JRE to the installer package ?

saidelimam commented 6 years ago

Can you explain your need more please?

ermoschink commented 6 years ago

I want to generate a installer package which bundles JRE specified by me. PS: I'm sorry, it's really bad with English.

saidelimam commented 6 years ago

Oh ok, for this you need to use launch4j to bundle a JRE with your generated jar file https://sourceforge.net/projects/launch4j/

It is planned to integrate it with DCP but for now you must use it separately :)

ermoschink commented 6 years ago

Thank you!