I have made a java application that stores data from a .csv file to a MySql database. Now my client want it to upload this application to his web space (web space he has taken f
Your application is most likely a console application and not a web based one.
Your client will need to SSH to the server and do something like:
java com.foobar.FooBar
or:
java -jar FooBar.jar