Load CLIM 2.0 into LispWorks 7.1 with
(require "clim")
(require "clim-demo")
rather than the clim loader files in the clim distribution (which were the entry points in LispWorks 3).
A configuration file to save an image with CLIM 2.0 preloaded would look something like this:
(load-all-patches)
(require "clim")
(save-image "/path/to/clim-lispworks")
To run the demo software, enter the following in a listener:
(require "clim-demo")
(clim-demo:start-demo)
This displays a menu listing all the demos. Choose the demo you wish to see. More information about the demos is in section "The CLIM demos" of the Common Lisp Interface Manager 2.0 User's Guide
LispWorks Release Notes and Installation Guide - 19 Oct 2017