TheBoegl / gradle-launch4j

A gradle-plugin to create windows executables with launch4j

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not able to bundle JRE : Most probably my mistake

openwarrior opened this issue · comments

Hey. Can you please visit why jre is not bundling up in exe with this script
https://github.com/anuj1708/Sample-Launch4j-Gradle/blob/master/build.gradle#L20-L31

I have placed jre in root directory of gradle project.
Using the JRE as follows in extracted form. with folder renamed as 'jre'
http://download.oracle.com/otn-pub/java/jdk/8u111-b14/jre-8u111-windows-x64.tar.gz

Just realized that jre is to be packed by side of exe and not inside exe. Thanks