help needed to link java class exe to icon on desktop

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mayur1234
    New Member
    • Mar 2007
    • 15

    help needed to link java class exe to icon on desktop

    hi buddies,
    i have developed an application (for myself) and now i want to create an icon and link it to the java class of first screen. please help me on that..... i am stuck at it since many days......
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by Mayur1234
    hi buddies,
    i have developed an application (for myself) and now i want to create an icon and link it to the java class of first screen. please help me on that..... i am stuck at it since many days......
    I'm not sure I got exactly what you meant but try reading the jar and see if it's not what you need.

    Comment

    • Mayur1234
      New Member
      • Mar 2007
      • 15

      #3
      hey thanks for the reply.

      see i made a small application for a practice. It contains around 10 java classes interlinked using menubar and till now i have not created jar. I have just written all the source file in eclipse and everything is running fine. now i want to create an icon on desktop so that when i click it, the class file of first screen say s1 should run just like any other application we do normally.



      Originally posted by r035198x
      I'm not sure I got exactly what you meant but try reading the jar and see if it's not what you need.

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by Mayur1234
        hey thanks for the reply.

        see i made a small application for a practice. It contains around 10 java classes interlinked using menubar and till now i have not created jar. I have just written all the source file in eclipse and everything is running fine. now i want to create an icon on desktop so that when i click it, the class file of first screen say s1 should run just like any other application we do normally.
        The the jar file is what you need to create. It runs just like a .exe. So go ahead and read the jar files tutorial.

        Comment

        • Mayur1234
          New Member
          • Mar 2007
          • 15

          #5
          thanks friend
          will do that......


          Originally posted by r035198x
          The the jar file is what you need to create. It runs just like a .exe. So go ahead and read the jar files tutorial.

          Comment

          Working...