In the WebSphere Application Server admin console, there is a section under
Application servers > server1 > Process definition > Environment Entries
I don’t understand what environment entries are. They are not system properties because they are defined in Process definition > Java Virtual Machine > Custom properties.
So what’s that? How can they be accessed from within an application.
Quoting http://www-01.ibm.com/support/docview.wss?uid=swg21254153 , official description is;
So they are OS specific (i.e PATH for Windows, LIBPATH for AIX, LD_LIBRARY_PATH for Solaris).
For an example case where usage is necessary; quoting http://publib.boulder.ibm.com/infocenter/dmndhelp/v7r0mx/topic/com.ibm.wbit.help.runtime.doc/deploy/topics/rcfglibadapters.html
You can access these variables by using System.getenv() (not System.getProperties(), which returns custom properties and generic JVM arguments).