Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power

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

    #AIXOpenSource


  • 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
    ------------------------------