src\com\rs\game\player\Player.java:3232: error: unclosed string literal
public static VoteChecker voteChecker = new VoteChecker("DATABASE ADDRES
S", "DATABASE NAME", "DATASE UESRNAME", "DATABASE PASSWORD");"
An "unclosed string literal" is the compiler's way of saying that your quote marks don't match up in pairs.
---
I can't help but observe that an error on line 3232 isn't something that a beginner should be running into. First walk, then run, and only later attempt marathons. At least that's how I'd approach it
[Edit] this thread really belongs in a technical forum. I'll move it to "What's wrong with my code". More people are apt to see it there.