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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

making a java executable

 
Ranch Hand
Posts: 115
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
hi there,
Please pardon me if this question is out of this league,but i need some information about the following,so i thought of posting it here and see if somebody could help me out..
actually i have a couple of java source(and class files ofcourse)files and i was wondering if any of you folks could tell me how to make a standalone application(an executable) from these source files that i can run on any computer without having to install java in that computer.the main page(the front screen of the application) is a java frame,and i am calling various other java files(frames again) from this frame.I would really appreciate the help.
thanks in advance
karan
 
Wanderer
Posts: 18671
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Well, this definitely isn't a Servlets question. Your best bet is probably to use our search utility (see upper right corner of screen) to look for the word "executable" in someplace like Java in General - Intermediate. The topic has come up many times in the past.
 
There are 29 Knuts in one Sickle, and 17 Sickles make up a Galleon. 42 tiny ads in a knut:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
    Bookmark Topic Watch Topic
  • New Topic