There shouldn't be any additional requirements to configure a JRE or JAVA_HOME and all that. I'd like to bundle a jre (ideally the IBM JRE) within the binary.
I've looked at the following tools:
JWrapper: Seems to require a splash screen which I don't need because I'm developing a console application
packr: Doesn't seem to work with the IBM JRE only the Oracle and OpenJDK ones.
Jar2Exe: Doesn't seem to work with the IBM JRE either.
Everything else seems to only work for windows.
Are there any other tools I'm not aware of? Should packer and Jar2EXE actually work with the IBM JRE but I'M doing something wrong?