creating .exe in netbeans

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sweet339
    New Member
    • Mar 2007
    • 1

    creating .exe in netbeans

    PLEASE help me out
    actually i am working on our Final year project
    & i have to submit the project by 2 next week
    but i have stucked in creating .EXE file of the java code in NETBEANS 5.0

    so PLEASE tell me how to create the .EXE file of the java code in NETBEANS
    i desparatly need it !!!!!!!!
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Originally posted by sweet339
    PLEASE help me out
    actually i am working on our Final year project
    & i have to submit the project by 2 next week
    but i have stucked in creating .EXE file of the java code in NETBEANS 5.0

    so PLEASE tell me how to create the .EXE file of the java code in NETBEANS
    i desparatly need it !!!!!!!!
    I'm not entirely sure (I've never tried), but I would imagine you would need to create a script that held a .exe extension, and inside ran your java program through whatever (VB?) system execution call the scripting language has.

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by sweet339
      PLEASE help me out
      actually i am working on our Final year project
      & i have to submit the project by 2 next week
      but i have stucked in creating .EXE file of the java code in NETBEANS 5.0

      so PLEASE tell me how to create the .EXE file of the java code in NETBEANS
      i desparatly need it !!!!!!!!
      You could also create .jars instead.

      Comment

      • karthiknvsp
        New Member
        • Mar 2007
        • 1

        #4
        I had this problem when i doing my project. The solution is download the java launcher software . It is a free software . Im creating .exe file using that s.ware

        Comment

        Working...