I have created a Java SWT software using eclipse.
I exported it to an executable jar and it works perfectly on my computer.
Whenever the jar is first used it is programmed to create an info.txt
file.
When I copy the jar to a different computer, it does create the info.txt
file but nothing else happens :(
No window is opened, no GUI appears.
Any ideas?