To install and run Native Abstract Windowing Toolkit (NAWT), you need to create a Virtual Network Computing (VNC) server password file. The VNC server default setting requires a password file that it uses to protect the VNC display against unauthorized user access. You must create the VNC password file under the profile that starts the VNC server.
How you create an encrypted password depends on which version of the PRPQ you are using:
MKDIR DIR('/home/VNCprofile/.vnc') QAPTL/VNCPASSWD USEHOME(*NO) PWDFILE('/home/VNCprofile/.vnc/passwd')where VNCprofile is the profile that started the VNC server.
MKDIR DIR('/home/VNCprofile/.vnc') VNCSAVF/VNCPASSWD USEHOME(*NO) PWDFILE('/home/VNCprofile/.vnc/passwd')where VNCprofile is the profile that started the VNC server.
Notes:
When using NAWT with any version of J2SDK
When using NAWT with J2SDK, version 1.4 or a subsequent version