On Tue, Mar 02, 2010 at 02:18:20PM +0100, Fabrizio Perin wrote:
Because the discussion about this topic happened on the moose mailing list i just update also the pharo mailing list. To summarize:
I had problems using the importer of java code with inFusion on Windows, at the end i discovered that the primitives into WindowsOSProcessAccessor just fails during the initialization and that the process is not able to access the OS. There is also a bug report here:
http://code.google.com/p/moose-technology/issues/detail?id=321&q=OSProcess&c...
Hi Fabrizio, The failure that you are seeing is because the OSProcessPlugin is not present in your VM, and therefore the primitives are not there (so really there is nothing to debug). OSProcess is not fully implemented on Windows. You can find some information about OSProcess at http://wiki.squeak.org/squeak/708 If you have the option to use Unix/Linux or Mac, you should get better results. Sorry, Dave (author of OSProcess)