Java to .exe
Hey,
I took two yearlong classes of Java in my highschool, and today
my mom asked me to make her a program (NOT an application!)
that will give her random numbers according to her specifications,
and write them on a .txt file. I did this in an hour, but she is asking not
to be tied down to have to use JAVA, and wants me to make this
program into a .exe file, so that she could use it on her computer
without any help from others. This completely throws me off, cause
there must be some kind of a runner program to start my .class files.
I searched on the internet ways of doing this, but everything had to
do with converting applications, not basic Java files. How would i do
this? would i try to get the JSmooth, and use that? or would i try to
make a .jar filee, and then somehow into a .exe file? If you need help,
I'll be happy to put up my code somewhere, as it is not secret, although
I do use programs from one of my classes (TextReader and TextWriter)
that let me read input, read a file, and write into a file, which I did not make.
So those i can describe to you, but i don't believe i have the power to
directly post them online.
Thank you for reading,
~patrick

