Easy port of Java app to Mac (Possible?)

Joined
Jul 12, 2014
Messages
1
Reaction score
0
I wrote standalone Java program for my daughter to address a complicated personal scheduling problem. I developed it on Ubuntu linux and she has been running it on a Windows platform. Now, due to a job change, she needs to run it on a Mac. I'm hoping I've written it generically enough that it will execute successfully there, but I do not own a Mac nor do I know hardly anything about the environment. I'm hoping that it would be possible to install the two required Jar files in some directory and create the OS X equivalent of an Ubuntu launcher/Windows shortcut to start execution. The application uses Swing for graphics and does write one small file for saving some information. Does this seem possible, or just nonsense to consider without a Mac and Mac development tools and skills?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top