Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Delivered
Workspace IBM i
Categories IBM i Access Family
Created by Guest
Created on Dec 10, 2018

Specify ACS Java JRE location

Give the option to specify the Java JRE home path. Or dynamically search for the latest/highest? package.

When 2/multiple packages are in the startup location (Example: jre1.8.0_121 and jre1.8.0_191, it will use the 121 release), we'd want it to choose the 191 release.

(We don't want to kill all running Java services and remove the "old" directory as it could interrupt other applications)


Use Case:

The application does not grab the latest JRE package when multiple packages are in the Java home path directory. This is needed for the latest features and bug fixes.


Idea priority Medium
  • Guest
    Reply
    |
    Jan 4, 2019

    There are several ways to control which version of Java is being used:
    1. Set the JAVA_HOME environment variable to the root path of where Java is installed. Then launch ACS.
    2. Launch ACS using the command line and specify the path to a version of Java using the -vm parameter. The following example assumes a version of Java exists at C:\JDKVersion\jdk8_191_64:
    Start_Programs\Windows_x86-64\acslaunch_win-64.exe -vm C:\JDKVersion\jdk8_191_64
    3. Provide a JRE along side the acslaunch*.exe. For additional information on this option see section "Optional JRE deployment" in the article "IBM i Access Client Solutions: Customization and deployment made easy" available at https://www.ibm.com/developerworks/ibmi/library/i-ibmi-access-client-solutions-customization-trs/index.html

  • Guest
    Reply
    |
    Dec 18, 2018

    You can copy a JRE into a the ACS directory, in a subdirectory named named jre, and the native executable will use that.

    Then the whole ACS functionality is portable and isn't dependent on any user installed java software.

  • Guest
    Reply
    |
    Dec 11, 2018

    I agree. Either ACS should use the latest most package installed, or we should be given the option to configure this. Even though a config file would be better than nothing.