Exes

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

    Exes

    Can you compile to a exe file in java?


  • mhandis

    #2
    Re: Exes



    Not with Sun's Java, as far as I know.

    You CAN with IBM's J9: http://www.ibm.com/embedded
    You create a JXE and build it with the provided makefiles.

    Nick wrote:[color=blue]
    > Can you compile to a exe file in java?
    >
    >[/color]

    Comment

    • Stewart Gordon

      #3
      Re: Exes

      While it was 19/10/03 8:45 am throughout the UK, mhandis sprinkled
      little black dots on a white screen, and they fell thus:
      [color=blue]
      > Not with Sun's Java, as far as I know.[/color]
      <snip>

      Has some other company produced a Java dialect in which it is possible
      to write a native code compiler?

      Stewart.

      --
      My e-mail is valid but not my primary mailbox. Please keep replies on
      on the 'group where everyone may benefit.

      Comment

      • Phil...

        #4
        Re: Exes

        Seems to me that it is always possible for someone
        to write a compiler for something.

        [color=blue]
        > Has some other company produced a Java dialect in which it is possible
        > to write a native code compiler?
        >
        > Stewart.
        >
        > --
        > My e-mail is valid but not my primary mailbox. Please keep replies on
        > on the 'group where everyone may benefit.
        >[/color]


        Comment

        • Richard Boaz

          #5
          Re: Exes

          but what's the point? if you're looking to simply have a local executable
          that will run when double-clicked, why not just use a .jar file? this
          essentially then amounts to the same thing.

          or are you trying to create an executable that will somehow run outside the
          context of the jvm?

          richard

          On Sat, 18 Oct 2003 18:59:34 -0700, Nick <greedyspammers @cox.net> wrote:
          [color=blue]
          > Can you compile to a exe file in java?
          >
          >
          >[/color]



          --
          Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

          Comment

          Working...