How to install your created programme (Ex. Caculator Machine) to windows

Hi Everyone!

I have design and implement a full functioning calculator machine. However, I have been asked to make it downloadable for window operating system or what can I do so that people can download and install it to their PC running on windows operating system.

Please somebody help me, if you know.

Thankx in advance!

Joyce

[361 byte] By [joycea] at [2007-10-3 7:13:31]
# 1
Start by reading up on jar. and then search on this forum for jara to exe.
Aknibbsa at 2007-7-15 2:09:45 > top of Java-index,Java Essentials,Java Programming...
# 2
Is this reading about jar and how to create a jar? Please specify?
joycea at 2007-7-15 2:09:45 > top of Java-index,Java Essentials,Java Programming...
# 3
I think you should worry about getting the program written first, you can figure out how to distribute it afterwards.
hunter9000a at 2007-7-15 2:09:45 > top of Java-index,Java Essentials,Java Programming...
# 4
The program is already written...
joycea at 2007-7-15 2:09:45 > top of Java-index,Java Essentials,Java Programming...
# 5

> The program is already written...

Wow, that was fast! :)

In that case, search for how to create executable jar files. You can distribute your whole program in a single .jar, which can be double clicked to run it. If you want, you can look into some of the tools that convert .jars to .exes or creating a windows .bat file to launch the program.

hunter9000a at 2007-7-15 2:09:45 > top of Java-index,Java Essentials,Java Programming...