• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

exe files for java, how to ?

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, folks!

I want to create a windows-like executable file for my java project. i have heard that you can to do that using shell programming but i am a complete beginner on
that subject. My question is if there is anyone here that can help me solve my problem by providing me a link to an article on the subject in question or let me
know if there is a good software out there which you can download and bundle files in a java project into a windows executable type file?
Any tip or hint would be greatly appreciated. Thanks a lot in advance!
 
Marshal
Posts: 79929
396
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This question comes up frequently. I searched and found a few threads, which I haven't re-read, so I don't know whether they are helpful: 1 2 3 4 5, and there are others.
 
kalle svensson
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Great! I am a little wiser already i am using netbeans 6.7.1 it is king but it is a little bit sad that it doesnt provide a function for
exporting the java project files into a exe pack like it does in the jarish way. Thanks!
 
Rancher
Posts: 600
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Kalle:

That's because jars are the Java standard.

John.
 
Sheriff
Posts: 67752
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

John de Michele wrote:That's because jars are the Java standard.

And despite what Microsoft would have you believe, not everyone uses Windows.
 
Destroy anything that stands in your way. Except this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic