• 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 to create exe file?

 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Sir,

I did my project using RMI, JavaMail and Swing. I want to make exe file of my project with Icon. I want to do in following manner.

(1) My Client Appication and Server Application should start whenever system start with RMI registry.

(2) My GUI will start whenever User click over it.

Any one can help me? PLease, Inform me How can I do?


Thanking You
Yatin
 
Ranch Hand
Posts: 5093
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
first you translate everything to C++, and then you compile it using a C++ compiler.
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi i been also looking for this exe solution.... till now i can't find any free compiler that do the NativeCode conversion. but i some compiler i found still need java virtual machine to run... so what i suggest is to either use jar or , NativeJ or exe4J (need to purchase )

Originally posted by Yatin Shah:
Hello Sir,

I did my project using RMI, JavaMail and Swing. I want to make exe file of my project with Icon. I want to do in following manner.

(1) My Client Appication and Server Application should start whenever system start with RMI registry.

(2) My GUI will start whenever User click over it.

Any one can help me? PLease, Inform me How can I do?


Thanking You
Yatin

 
Ranch Hand
Posts: 3061
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This question has been asked many times on the intermediate and beginner forums. You should use the Search tool to find the previous discussions on this topic. There are also some comments in our FAQ about this, so you should look there.

HTH

Layne
 
Can you really tell me that we aren't dealing with suspicious baked goods? And then there is this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic