954,549 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

.exe

hey all,

I know this might seem like a basic question but we haven't really been taught it at university and I was getting curious.

Once you've created your program and have all your relevant java classes/package and it has been compiled where do you find the .exe and how would you go about making an installer for the programme you have created if it is required?

Thanks,

Stow19

stow19
Newbie Poster
11 posts since Apr 2011
Reputation Points: 10
Solved Threads: 0
 

You normally don't. You either provide JAR file that can be executed from command line (or double click, but this often fails with Windows due to wrong registrations of execution services) or you provide it as WAR/EAR file that is deployed on some Java container/server

Many people specially students insists on creating exe files, which is possible with some additional often expensive tools. You can read about it here

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

Thanks Peter. Our teachers forget to mention these things and so had me wondering what happen.

stow19
Newbie Poster
11 posts since Apr 2011
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: