I have created a Java program that quickly changes the IP Address of my laptop for me. It runs fine on every machine that I test with, so I distributed it to my co-workers so that they could use it as well. One of the techs is unable to open the program though. I have confirmed that he is running Java Version 1.7.0, but when he double clicks on the program (I have packaged it as a .exe with Launch4j) nothing happens. Even if he tries to run as administrator. I wrote a quick "Hello World" program that opens a new window and simply displays "Hello World" just to test his Java. That program runs fine. He is running Win 7 x64, the same as me.
I believe it is a security setting in Java that is not liking the java.lang.Runtime.getRuntime().exec() command, but I've looked through all the settings and cannot imagine what setting is blocking the program from running.
Can anyone give me any ideas on what I should be looking at?