Ok I know this question has been asked many many many times before, but I\'ve googled it and looked at examples and looked at questions on SO for the past month, and I serio
Your problem is min separator you are using. Separator ; is for windows. On Unix systems you should use : instead:
;
:
java -classpath "bin:mysql-connector-java-5.1.19-bin.jar" MyProgram