I looked through several postings, but didn't see anything that related to this specifically. If there is a thread, would you please post a link?
I have written a java app. It has a basic gui that gathers user preferences, then downloads files from the web based on those preferences. It works just fine in eclipse. It works just fine when I export into a .jar file on the same machine it was developed on. However, when I try to load it on a different machine, it brings up the gui and gathers information, then just hangs. It's irritating because I cannot troubleshoot the problem.
I'm sure I'm not the first person to have this problem, so I equally sure there are tools out there to help me, but since I've taught myself up to this point, I've not come across any. Does anyone have any recommendations about what I might try, please?