• 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
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

How can you create an executable Demo?

 
Ranch Hand
Posts: 238
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How can you create an executable demo for distribution to machines that do not have JDK (regular user machines) that will run? Do you put/execute your own runtime environment from a distributed package (or on CD) or do you have to have them install the JRE to their system before they could execute it? I don't have anything like this yet, but I'm curious (and need the incintive) and would like to know if it is possible so that I can create some items that would impress the non-technical community and have a way to show my current (ok, future) capabilities to those who are. Could I include a database with it and how difficult would that be?
Thanks..
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've never used one, but I've noticed a few programs available to convert Java programs to machine specific executables. I think that some IDE's have such a feature (newer versions of Visual J++ to name one). You may want to try a quick search on google.
Good Luck.
 
Sam Smoot
Ranch Hand
Posts: 238
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks.... looks like Micro$oft may win this one... (only for this, anyway )
 
reply
    Bookmark Topic Watch Topic
  • New Topic