What's the best Jave Runtime Environment for Windows PocketPC handhelds?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gawnsoft

    What's the best Jave Runtime Environment for Windows PocketPC handhelds?

    Is there a useful one?


    --
    Cheers,
    Euan
    Gawnsoft: http://www.gawnsoft.co.sr
    Symbian/Epoc wiki: http://html.dnsalias.net:1122
    Smalltalk links (harvested from comp.lang.small talk) http://html.dnsalias.net/gawnsoft/smalltalk
  • Silvio Bierman

    #2
    Re: What's the best Jave Runtime Environment for Windows PocketPC handhelds?


    "Gawnsoft" <xlucid@users.s ourceforge.remo ve.this.antispa m.net> wrote in
    message news:g8t7a05ii0 ccupi1pnt8i2gj2 n0mfaj926@4ax.c om...[color=blue]
    > Is there a useful one?
    >
    >
    > --
    > Cheers,
    > Euan
    > Gawnsoft: http://www.gawnsoft.co.sr
    > Symbian/Epoc wiki: http://html.dnsalias.net:1122
    > Smalltalk links (harvested from comp.lang.small talk)[/color]


    Look at www.skelmir.com for the CEEJ virtual machine. It is quite good and
    when you are a little creative you can run Swing applications just fine.

    Silvio Bierman


    Comment

    • Gawnsoft

      #3
      Re: Best Java Runtime Environment for PocketPC handhelds?

      On Fri, 14 May 2004 15:10:12 +0200, "Silvio Bierman"
      <sbierman@idfix .nl> wrote (more or less):
      [color=blue]
      >
      >"Gawnsoft" <xlucid@users.s ourceforge.remo ve.this.antispa m.net> wrote in
      >message news:g8t7a05ii0 ccupi1pnt8i2gj2 n0mfaj926@4ax.c om...[color=green]
      >> Is there a useful one?[/color][/color]
      [color=blue]
      >Look at www.skelmir.com for the CEEJ virtual machine. It is quite good and
      >when you are a little creative you can run Swing applications just fine.[/color]

      Thanks for the pointer. I'd be interested to pick your brains on the
      creativity required. Swing was the 'obvious thing missing' when I
      looked at their FAQ.


      --
      Cheers,
      Euan
      Gawnsoft: http://www.gawnsoft.co.sr
      Symbian/Epoc wiki: http://html.dnsalias.net:1122
      Smalltalk links (harvested from comp.lang.small talk) http://html.dnsalias.net/gawnsoft/smalltalk

      Comment

      • Silvio Bierman

        #4
        Re: Best Java Runtime Environment for PocketPC handhelds?


        "Gawnsoft" <xlucid@users.s ourceforge.remo ve.this.antispa m.net> wrote in
        message news:mc3ba09pl1 tnr1qo53lkcsutc 0653ihog0@4ax.c om...[color=blue]
        > On Fri, 14 May 2004 15:10:12 +0200, "Silvio Bierman"
        > <sbierman@idfix .nl> wrote (more or less):
        >[color=green]
        > >
        > >"Gawnsoft" <xlucid@users.s ourceforge.remo ve.this.antispa m.net> wrote in
        > >message news:g8t7a05ii0 ccupi1pnt8i2gj2 n0mfaj926@4ax.c om...[color=darkred]
        > >> Is there a useful one?[/color][/color]
        >[color=green]
        > >Look at www.skelmir.com for the CEEJ virtual machine. It is quite good[/color][/color]
        and[color=blue][color=green]
        > >when you are a little creative you can run Swing applications just fine.[/color]
        >
        > Thanks for the pointer. I'd be interested to pick your brains on the
        > creativity required. Swing was the 'obvious thing missing' when I
        > looked at their FAQ.
        >
        >
        > --
        > Cheers,
        > Euan
        > Gawnsoft: http://www.gawnsoft.co.sr
        > Symbian/Epoc wiki: http://html.dnsalias.net:1122
        > Smalltalk links (harvested from comp.lang.small talk)[/color]


        Actually it is quite simple. CEEJ is not exactly 1.4 compatible yet. This is
        the major problem you will come accross. Copying some class files from
        another JVM containing ArrayList, TreeMap, HashMap etc. will give you the
        collection functionality. Beware of legal issues though, Sun will not allow
        this so you shoould looke at another source. You should het a Swing.jar from
        Sun that used to be distributed seperately along with older JVM versions.
        This will work fine. If you want I could email you some stuff.

        Silvio Bierman


        Comment

        Working...