You are here

Should I add 64-bit support

3 posts / 0 new
Last post
terra666
Offline
Last seen: 3 years 3 months ago
Joined: 2014-06-22 13:42
Should I add 64-bit support

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.

richo
richo's picture
Offline
Last seen: 3 weeks 3 days ago
Joined: 2007-01-31 22:03
RE: 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.

terra666
Offline
Last seen: 3 years 3 months ago
Joined: 2014-06-22 13:42
Plugin Installer

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).

Log in or register to post comments