Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Okey, just downloaded it from the download page. I'm quite new to this, but when you say classpath I quess you mean my package in Eclipse where I have the class? And is it just to copy the .jar-file from the folder I just downloaded into my classpath? Commented Mar 29, 2011 at 13:29
  • If you use Eclipse, you'll usually add it as a User Library. Copy it somewhere where you'll find it, e.g. C:\dev\libs. Right-click your project: "Build Path" > "Add Libraries" > "User Library" > "User Libraries" > "New ..." (Enter a name, e.g 'mysql') > "add Jars ..." ( select the jar you downloaded ) > "OK" Commented Mar 29, 2011 at 13:47