+ Reply to Thread
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: Creating an Executable Jar File

  1. #11
    onetarget is offline Newbie
    Join Date
    Mar 2009
    Posts
    1
    Rep Power
    0

    Cool Re: Creating an Executable Jar File

    thanks very much , that helps me very much in my project

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #12
    serka15 is offline Newbie
    Join Date
    Mar 2009
    Posts
    1
    Rep Power
    0
    iznice

    izverynize
    Last edited by WingedPanther; 03-21-2009 at 05:23 AM. Reason: Double post

  4. #13
    TALucas's Avatar
    TALucas is offline Learning Programmer
    Join Date
    Dec 2008
    Location
    Illinois
    Posts
    92
    Rep Power
    12

    Re: Creating an Executable Jar File

    I recently came across an application that will convert .jar files to windows .exe files.

    http://viralpatel.net/blogs/2009/02/...onverting.html
    Your thoughts are the architects of your destiny.

  5. #14
    javaman is offline Newbie
    Join Date
    Apr 2010
    Posts
    12
    Rep Power
    0

    Re: Creating an Executable Jar File

    nice tutorial...

    One more thing ...
    I've noted that when using Netbeans, .jar file is created when you build your application. if i want executable jar file of my application, can i just take the same generated jar file, or should i create my own like you did. I mean whats the difference between that jar file created by netbeans and the the one i'll creat manually via the prompt?

  6. #15
    TALucas's Avatar
    TALucas is offline Learning Programmer
    Join Date
    Dec 2008
    Location
    Illinois
    Posts
    92
    Rep Power
    12

    Re: Creating an Executable Jar File

    Good question. I've not used NetBeans before, so not sure. My "guess" would be that you could use it. It would be easy to test...just double click and see if it works. With this method you probably wouldn't have control on what other files were included in the .jar file.
    Your thoughts are the architects of your destiny.

  7. #16
    javaman is offline Newbie
    Join Date
    Apr 2010
    Posts
    12
    Rep Power
    0

    Re: Creating an Executable Jar File

    It would be easy to test...just double click and see if it works.
    i've tested it. when i double click it, the application just runs as expected. I went on to extract the .far file,.. it contains the class files and opening the manifest file reveals this:
    Code:
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.1
    Created-By: 16.0-b13 (Sun Microsystems Inc.)
    Main-Class: myApp.myClass
    Class-Path: 
    X-COMMENT: Main-Class will be added automatically by build

  8. #17
    GMVResources's Avatar
    GMVResources is offline Learning Programmer
    Join Date
    Jun 2010
    Posts
    72
    Rep Power
    0

    Re: Creating an Executable Jar File

    Lol true that WingedPanther and lolz, take more advanced classes! Nice tutorial

  9. #18
    raghu is offline Newbie
    Join Date
    Jul 2009
    Location
    Hyderabad,India
    Posts
    11
    Rep Power
    0

    Re: Creating an Executable Jar File

    really great dude...

  10. #19
    TALucas's Avatar
    TALucas is offline Learning Programmer
    Join Date
    Dec 2008
    Location
    Illinois
    Posts
    92
    Rep Power
    12

    Re: Creating an Executable Jar File

    raghu, were you able to get the .jar files working?
    Your thoughts are the architects of your destiny.

  11. #20
    raghu is offline Newbie
    Join Date
    Jul 2009
    Location
    Hyderabad,India
    Posts
    11
    Rep Power
    0

    Re: Creating an Executable Jar File

    Quote Originally Posted by TALucas View Post
    raghu, were you able to get the .jar files working?
    Yes dude..

+ Reply to Thread
Page 2 of 3 FirstFirst 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Creating a new file in CVS
    By DarkLordofthePenguins in forum General Programming
    Replies: 1
    Last Post: 03-12-2011, 02:17 PM
  2. Intermediate Store Executable (or other kind of file) Inside your Executable and Execute it
    By LuthfiHakim in forum Pascal and Delphi Tutorials
    Replies: 0
    Last Post: 01-23-2011, 12:35 PM
  3. .class file to an executable
    By SankaSL in forum Java Help
    Replies: 2
    Last Post: 09-25-2010, 05:06 AM
  4. Creating a file in FTP through PHP
    By Edvinas in forum PHP Development
    Replies: 2
    Last Post: 06-16-2010, 12:26 AM
  5. Replies: 4
    Last Post: 08-05-2009, 08:32 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts