I developed an Java application with Jdk 11 embedded. I packaged my application with launch4j and InnoSetup.
I would like to run this application on 32-bit Windows 7.
Is it possible to run it on 32 with an embedded Java 64?
Thank you in advance.
The people from AdoptOpenJDK took the burden of making builds for different architecture and as far as I can see there is a build for JDK 11 32bit version.
Check this download page.