I made a program for the company where I work entirely on JOptionPane
, just so that the program would only work by opening real system windows (I thought it would be easier to run officially after export than one I saw running through the Eclipse text box).
My code is 100% ready and functional, and Eclipse is not reporting any errors. But obviously, no other employee of the company has Eclipse to be opening the program for him. I need the program to be opened by any computer, Windows or Mac. For this, I would need a version of the program in .exe (for Win) and .dmg (Mac).
Question 1: How do I create these executables? My operating system is Mac and Eclipse is Neon3.
Question 2: What are the requirements for future users of my software to run it? Only Java installed? Windows / Mac already come with the necessary programs?