exe file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dipikaronit
    New Member
    • Mar 2008
    • 5

    exe file

    hi,i want to know how we can make an exe file in java.pls show me an example.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by dipikaronit
    hi,i want to know how we can make an exe file in java.pls show me an example.
    There are a few tools that attempt to make an .exe file given a bunch of classes
    but don't use them. Put your classes in an executable .jar file instead.

    kind regards,

    Jos

    Comment

    • pralu
      New Member
      • Mar 2008
      • 34

      #3
      Originally posted by JosAH
      There are a few tools that attempt to make an .exe file given a bunch of classes
      but don't use them. Put your classes in an executable .jar file instead.

      kind regards,

      Jos
      how can we put the classes in .jar file plz explain me...as m still a begineer so plz tell me

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by pralu
        how can we put the classes in .jar file plz explain me...as m still a begineer so plz tell me
        That's easy. It's all well explained in Sun's Java tutorial.
        P.S You should download that whole tutorial onto your machine.

        Comment

        • JosAH
          Recognized Expert MVP
          • Mar 2007
          • 11453

          #5
          Originally posted by pralu
          how can we put the classes in .jar file plz explain me...as m still a begineer so plz tell me
          Sun supplies excellent tutorials on the jar tool; google for them. Remember: Google
          is your best friend when it comes to these kind of questions.

          kind regards,

          Jos

          Comment

          • pralu
            New Member
            • Mar 2008
            • 34

            #6
            Originally posted by JosAH
            Sun supplies excellent tutorials on the jar tool; google for them. Remember: Google
            is your best friend when it comes to these kind of questions.

            kind regards,

            Jos

            thanks jos,,,,,, for the help

            Comment

            Working...