Checking whether a VM plugin has been loaded

Tim Rowledge tim at sumeru.stanford.edu
Wed Apr 6 19:15:44 UTC 2005


Coen De Roover <cderoove at vub.ac.be> wrote:

>
> 
> I'm not sure how I can check whether an external VM plugin is loaded,  
> but the printed result from Smalltalk listLoadedModules is  # 
> ('SocketPlugin 19 March 2005 (i)' 'LargeIntegers v1.3 19 March 2005  
> (i)' 'FloatArrayPlugin 19 March 2005 (i)' 'Matrix2x3Plugin 19 March  
> 2005 (i)' 'BitBltPlugin 19 March 2005 (i)' 'B2DPlugin 19 March 2005  
> (i)' 'SecurityPlugin 19 March 2005 (i)' 'FilePlugin 19 March 2005  
> (i)' 'MiscPrimitivePlugin 19 March 2005 (i)')
> Is there any way to check whether the plugin was loaded correctly?
#listLoadedModules is it. If it doesn't appear in that list, it isn't loaded. The trick is to work out why it didn't load.


tim
--
Tim Rowledge, tim at sumeru.stanford.edu, http://sumeru.stanford.edu/tim
Strange OpCodes: SVE: Skip on Vernal Equinox



More information about the Squeak-dev mailing list