<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
Argh~ I missed the step about acquiring the image. Great thanks for the help!&nbsp;<br /><br />29. Dec 2015 18:03 by <a href="mailto:smalltalk@stefan-marr.de" target="_blank">smalltalk@stefan-marr.de</a>:<br /><br /><blockquote class="tutanota_quote" style="border-left: 1px solid #93A3B8; padding-left: 10px; margin-left: 5px;"><br />Hi:<br /><blockquote>On 29 Dec 2015, at 08:17, <a href="mailto:clin4j@tutanota.de" target="_blank">clin4j@tutanota.de</a> wrote:<br /><br />I read that the discussion related to RoarVM[1] is here. I do not have any experiences about small talk, squeak vm, etc. After reading RoarVM github[2], its main website[3] and slide[4], it doesn't mention how to use RoarVM. I thought that was passing the source like [4], but from the output <br /><br />Usage: rvm ... &lt;snapshot-file-name.image&gt;<br /><br />It looks like I am wrong. So I would like to know if any documents tell how to use ram and some simple tutorial? </blockquote><br />The very basics are documented here: <a href="http://stefan-marr.de/renaissance/#get-started" target="_blank">http://stefan-marr.de/renaissance/#get-started</a><br />The last line of section “Building the RoarVM form Source Code” also starts the VM.<br /><br />My guess is that the confusion comes from Smalltalk using an image that contains the source code.<br />You seem to try to pass the code file directly to the VM, which unfortunately won’t work.<br />The VM first needs the image, which contains the whole system to be run.<br /><br />Hope this helps<br />Stefan</blockquote>  </body>
</html>