This mostly appears to work, however the juggler bean is unable to find the image files in the juggler.jar file. The reason for this appears to be that in the method loadImage getClass().getResource(name) is returning null in Juggler.java (BDK/demo/sunw/demo/juggler/Juggler.java) when name is the name of an image file. It should actually be returning the content handle which refers to an ImageProducer. The juggler demo does run fine as an applet, just not in the BeanBox. I'm running an updated version of Redhat 5.1. Anyone know how to get around this? Thanks, David. PS. I've tried the install shield that comes with the BDK on an SGI and under Linux, in both cases it barfed. Very odd, fortunately it is easy to extract the BDK by hand.