[ANN] SqueakOnJava source codes

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] SqueakOnJava source codes

Pavel Krivanek
Hi,

I have decompiled source codes of Dan's SqueakOnJava.
download: http://comtalk.net/public/pub/SqueakOnJava/SqueakOnJava.zip.
usage: java -jar Squeak.jar mini.image.gz

Cheers,
-- Pavel

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] SqueakOnJava source codes

Klaus D. Witzel
Hi Pavel,

on Fri, 13 Jul 2007 09:48:51 +0200, you wrote:

> Hi,
>
> I have decompiled source codes of Dan's SqueakOnJava.
> download: http://comtalk.net/public/pub/SqueakOnJava/SqueakOnJava.zip.

Tried to compile it but BitBlt.java does not contain source code?

> usage: java -jar Squeak.jar mini.image.gz

Intriguing, every .class capable browser can run a Squeak applet :)

/Klaus

> Cheers,
> -- Pavel
>
>



Reply | Threaded
Open this post in threaded view
|

Re: [ANN] SqueakOnJava source codes

Pavel Krivanek
Hi Klaus,

On 7/13/07, Klaus D. Witzel <[hidden email]> wrote:

> Hi Pavel,
>
> on Fri, 13 Jul 2007 09:48:51 +0200, you wrote:
>
> > Hi,
> >
> > I have decompiled source codes of Dan's SqueakOnJava.
> > download: http://comtalk.net/public/pub/SqueakOnJava/SqueakOnJava.zip.
>
> Tried to compile it but BitBlt.java does not contain source code?

Sorry, I've uploaded the fixed version. Please try to compile it.

> > usage: java -jar Squeak.jar mini.image.gz
>
> Intriguing, every .class capable browser can run a Squeak applet :)
>
> /Klaus
>
> > Cheers,
> > -- Pavel
> >
> >
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] SqueakOnJava source codes

Klaus D. Witzel
On Fri, 13 Jul 2007 20:16:27 +0200, Pavel Krivanek wrote:

> Hi Klaus,
>
> On 7/13/07, Klaus D. Witzel wrote:
>> Hi Pavel,
>>
>> on Fri, 13 Jul 2007 09:48:51 +0200, you wrote:
>>
>> > Hi,
>> >
>> > I have decompiled source codes of Dan's SqueakOnJava.
>> > download: http://comtalk.net/public/pub/SqueakOnJava/SqueakOnJava.zip.
>>
>> Tried to compile it but BitBlt.java does not contain source code?
>
> Sorry, I've uploaded the fixed version. Please try to compile it.

Yeah, now it compiles and runs :)

Thank you Pavel.

Of course the .class compiler wanted to be convinced that two different  
types have Object as common superclass, as usual, and wanted imported  
.class files compiled before importing them, as usual :|

/Klaus

>> > usage: java -jar Squeak.jar mini.image.gz
>>
>> Intriguing, every .class capable browser can run a Squeak applet :)
>>
>> /Klaus
>>
>> > Cheers,
>> > -- Pavel
>> >
>> >
>>
>>
>>
>>
>
>



Reply | Threaded
Open this post in threaded view
|

RE: [ANN] SqueakOnJava source codes

SmallSqueak
Hi Pavel,

> -----Original Message-----
> From: [hidden email] [mailto:squeak-dev-
> [hidden email]] On Behalf Of Klaus D. Witzel
> Sent: Friday, July 13, 2007 4:58 PM
> To: [hidden email]
> Subject: Re: [ANN] SqueakOnJava source codes
>
> On Fri, 13 Jul 2007 20:16:27 +0200, Pavel Krivanek wrote:
>
> > Hi Klaus,
> >
> > On 7/13/07, Klaus D. Witzel wrote:
> >> Hi Pavel,
> >>
> >> on Fri, 13 Jul 2007 09:48:51 +0200, you wrote:
> >>
> >> > Hi,
> >> >
> >> > I have decompiled source codes of Dan's SqueakOnJava.
> >> > download:
> http://comtalk.net/public/pub/SqueakOnJava/SqueakOnJava.zip.
> >>
> >> Tried to compile it but BitBlt.java does not contain source code?
> >
> > Sorry, I've uploaded the fixed version. Please try to compile it.
>
> Yeah, now it compiles and runs :)
>
> Thank you Pavel.
>
> Of course the .class compiler wanted to be convinced that two different
> types have Object as common superclass, as usual, and wanted imported
> .class files compiled before importing them, as usual :|
>
> /Klaus
>


        I've not tried it myself but it looks like "it works" ;-)

> usage: java -jar Squeak.jar mini.image.gz


        I am looking forward to your next announcement with:

        Usage: java -jar Squeak.jar PavelKernel.image.gz

        ;-)
       
        By the way, mini.image.gz with GUI, browsers ... is 319 KB,
        PavelKernel.image.gz size should be much less than that? ;-)

        Please keep up with your good work on the kernel image.
        The smaller it is the cleaner it is and cleaning is much easier.

        By another way, some might think "Leaf Blower Bike" is funny.

        Wait until you have seen the "Farm Astronaut", it gave me
        a good laugh, watching a farmer and his 15 year old son
        building a rocket and launching it into the orbit.

        The Farm Astronaut was brought back in time for dinner.
        It was planned to land at the backyard but his wife had to
        drive a wagon to pick him up at a field, few miles away ;-)

        What else can a farmer with space exploration passion do!
       
        Cheers,

        SmallSqueak.