I have made a Jar file for a test programm using Selenium's WebDriver.
I just have to run this Jar file (with selenium-server-standalone-2.39.0.jar in the same folder) on my computer and it works fine.
But when I try to run it on another computer using java -jar test.jar, I have the following error message :

I did create a Main class and a correct public static void main(String[] args) method in it.
I don't remember installing anything on my computer to be able to use Selenium before. Is there something to do to run this program ?