Hi,
I am portabalizing a Java IDE, IntelliJ IDEA, which has 32-bit and 64-bit executable, but which require a 32-bit or 64-bit JDK to run them respectively (a cut down version is bundled with the program). So wanted to know if I should include both, or just limit it to one type to save space.
You are here
Should I add 64-bit support
March 15, 2015 - 3:50am
#1
Should I add 64-bit support
I'd limit it to one type to save space but have the other available as a plugin installer for those who don't need to save space.
Hi,
How do I make a plugin installer, as it will also have to modify the appnameportable.ini file so that it uses the 64-bit options.
Also, do you know if their was any progress made for a portable oracle JDK, or the possibility for a downloader/installer to be created (where user will download the jdk from the website and then the program will install it).