On Wed, Feb 04, 2015 at 07:18:03AM +0100, Thierry Goubier wrote:
> Hi all,
>
> anybody knows how to check if the AioPlugin is included in the current
> stable Pharo vm(*)? OSProcess is complaining of a missing AioPlugin, and I
> remember a thread where this was solved by integrating it in the vm build.
Hi Thierry,
Evaluate "AioEventHandler aioPluginPresent" to check if the plugin is present.
Dave