On 11/03/13 7:21 AM, Mohammad Al Houssami (Alumni) wrote:
What I was doing is going to the image file and opening it using pharo. That exactly Is by right click--> open with --> pharo. Draging the image into pharo also it says the following : File 'HTML5.PARSER.image' is 20849204 bytes long.
You are already running the image. The PharaVM is not an IDE that you use to open the 'HTML5.PARSER.image'. The PharoVM is already interpreting the some .image file. I think you're trying to open the HTML5.PARSER.image file, from within Pharo, which is treating it like a text file.
