-1
I am a programming student, still in the first year of my course. So far I have studied Java
, C
, Haskell
and Script Shell
. I’m quite functional in Java
and C
.
I can write code, compile and exceed in a terminal Linux
, but let’s imagine that I want to create an application that runs on Windows
. I write my code - in Java
, for example - creating a simple calculator.
Once you have the code, how do I create an application that can be run on Windows, a so-called "program"?
If it’s too complex a process for my skill level, just say so, please.
Thanks in advance to those who try to help me :)
Just double-click the . jar?
– Sorack