Mathews Mathai
Mathews Mathai

Reputation: 1707

Not able to find JRE in Select Bundle option in Install4J

I have recently created a java application.I am creating .exe file using install4J and I am planning to bundle the JRE along with the files so that the user can install it.

I have downloaded a JRE from the media section in install4J but I am not able to see the downloaded JRE in the options. It's asking me to choose one and I clicked manual selection which was the only option in the tab.

Why am I not able to find the JRE which I downloaded from install4J itself?

I am able to find the downloaded JREs in the computer but they are not appearing in the options.

Upvotes: 1

Views: 1106

Answers (1)

Ingo Kegel
Ingo Kegel

Reputation: 48005

In the media wizard, you can only see JRE bundles that are applicable for the current media file. For example, for Windows 64-bit you have to download a 64-bit bundle, for Windows 32-bit a Windows 32-bit bundle.

Upvotes: 1

Related Questions