Java and MySQL

I’m sure this question has been asked a lot, but I had trouble finding specific information on the topic. I want to send high score data to an SQL database I have running on my host. Can I do this with J2SE? And could you give me some information on it or give me a link to a tutorial? Thanks.

I should have searched harder. I just found this: http://www.woogley.net/misc/Highscore/, which should take care of my problem. Sorry, for spamming the board.

Generally from Java you can use JDBC to connect to a database. However, as you mentioned, it might be saver to create a server side program in PHP, JSP etc to connect to the database. And then your Java application connects to PHP or JSP.

wow, I didnt know I still had that tutorial uploaded o_O