AIX Open Source

AIX Open Source

Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system

 View Only
  • 1.  JAVA_HOME path set permanent

    Posted Fri November 06, 2020 08:36 AM
    Hi,

    Can anyone provide steps how to set JAVA_HOME path to /usr/java8 permanently on AIX servers? please

    Thanks and Regards,
    Vijay Maddina

    ------------------------------
    Vijay Maddina
    ------------------------------


  • 2.  RE: JAVA_HOME path set permanent

    Posted Thu November 19, 2020 02:22 AM

    add this to /etc/profile

    export JAVA_HOME=/usr/java8

    By default, it will be the universal variable for all users in that system. But it can be overriden by adding the same variable in .profile of users.



    ------------------------------
    Senen Jr Dimanahan
    ------------------------------