How to rebuild an image for Reflectivity ========================================= - Get Pharo from http://pharoproject.org - Then install the ReflectivityLoader from the Monticello Browser and execute ReflectivityLoader new loadStablePackages to load the dependencies. wo debuggers will popp up, these are not errors, but the system asking if you really want to add variables to base classes. Proceed by pressing 'proceed' in the debugger window. If you want the complete image to be using Reflective Methods, the image needs to be recompiled - Recompile the image using class PERcompiler by executing its class comment [PERecompiler new inspect; recompileImage] forkAt: 30 Thanks to Orla Greevy for these instructions!