Type to the executive (Commander or UserExec):
run TJaMGraphicsPackage -- you can modify your user.profile to eliminate this step
JaMGraphics (graphics.jam) .run
This will get you a JaM typescript and a JaMGraphics viewer. The JaMGraphics command will create another pair of viewers each time it is executed. Only run TJaMGraphicsPackage once each session. "(graphics.jam) .run" is a command to JaMGraphics which will set up various graphics commands like "area" and "blob".
If you have the following lines in your user.profile, typing "JaMGraphics" to the UserExec will automatically run TJaMGraphicsPackage if necessary:
RegisteredCommands: "
JaMGraphics \"Creates a JaM typescript.\" TJaMGraphicsPackage
"