How can I run a Headless Squeak app?

Nathan Wallace nathan at synop.com
Fri Apr 23 17:31:21 UTC 1999


Thanks all for the help.  All suggestions worked without pain first
attempt.

I used the startUp route...

I have to say that I have found the Squeak list / community to be one of
the friendliest and most helpful I have come across.  It's funny how
just watching the flow of messages can give you a good insight into the
people involved...

Thanks,

Nathan


Tim Rowledge wrote:
> 
> On Fri 23 Apr, Bolot Kerimbaev wrote:
> > Open the image with the normal VM, do magic, then open image with headless.
> >
> > Now, magic: three ways:
> >
> > 1. specify .st file to run at start-up
> >   - but may not work: last time I checked the file name was not passed...
> Worked last time I tried it on W95, Linux & Acorn. Add the filename of the
> file containing your startup code _after_ the image name; something like
> squeakVM -memory 320000M myimage.image doWhatIWant.st
> should do the trick on unix.
> 
> tim
> 
> --
> Useful Latin Phrases:- Mellita, domi adsum.
> Honey, I'm home.
> Tim Rowledge:  rowledge at interval.com (w)  +1 (650) 842-6110 (w)
>  tim at sumeru.stanford.edu (h)  <http://sumeru.stanford.edu/tim>





More information about the Squeak-dev mailing list