I have a jar file which runs perfect in dis folder but when I copy it to desktop and run in from cmd I got
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
I already include mysql library as shown below

any idea please?
I found the solution here, wish it would be useful for other people http://www.oracle.com/technetwork/articles/javase/index-139904.html
java -classpath /path/to/jdbc -jar PayRoll_3.jar