I am running Websphere Liberty 8.5. My application reads some files from the file system that are obtained via the Java CLASSPATH and I can\'t seem to find a way to append a
It is not possible to modify the JVM application classpath (normally specified via the -classpath JVM argument or the CLASSPATH environment variable). I would recommend using a
.
(As an aside, modifying the wlp/bin scripts or setting those "internal" script variables is not a supported external.)