Most likely you are unable to update the operating system's property.
If you use the Java code at the below website, you should be able to list the system properties of the machine running Portal/J. Find the value of user.language. Let's say the listing includes "user.language=en".
Unable to update user.language
Hi,
Most likely you are unable to update the operating system's property.
If you use the Java code at the below website, you should be able to list the system properties of the machine running Portal/J. Find the value of user.language. Let's say the listing includes "user.language=en".
http://www.devdaily.com/blog/post/java/print-all-java-system-properties/
Running: java -D user.language=en
will most likely return the same access denied error.