Hello community,
I try to generate the 32bit executable file.
Through the Bulid standalone Packager I successfully generate the 64-bit .exe. I need the executable which runs on win10 at 32bit.
I have followed several discussions but without success.
I used Packager 1.50 with jdk.1.8.0_131 as described in a discussion by Erel.
When I compile I am shown this log:
I downloaded Inno Setup.
But despite everything I don't know how to detect the path
Has anyone ever compiled at 32bit?
I try to generate the 32bit executable file.
Through the Bulid standalone Packager I successfully generate the 64-bit .exe. I need the executable which runs on win10 at 32bit.
I have followed several discussions but without success.
I used Packager 1.50 with jdk.1.8.0_131 as described in a discussion by Erel.
When I compile I am shown this log:
LOG:
Waiting for debugger to connect ...
Program started.
App identifier: b4j.List.main
No JDK base. Package will use system JRE.
No JDK base. Package will use system JRE.
Running [C: \ Program Files \ Java \ jdk1.8.0_131 \ jre \ bin \ java, -version]
Bundler EXE Installer skipped because of a configuration p
Bundler EXE Installer skipped because of a configuration problem: Can not find Inno Setup Compiler (iscc.exe).
Advice to fix: Download Inno Setup 5 or later from http://www.jrsoftware.org and add it to the PATH.
Success: true
ExitCode: 0
I downloaded Inno Setup.
But despite everything I don't know how to detect the path
Has anyone ever compiled at 32bit?