Link to home
Start Free TrialLog in
Avatar of omom
omom

asked on

Eclipse and MySQL on Windows

This isn't a java question really, except that it is an issue of dll vs jar

I need to tell a windows Eclipse project to use the MySQL library.
I have done this on my linux machine, defining a classpath variable
MYSQL_DRIVER to link to a jar file.  On windows, however, i can't figure
out how to do it. In the installation of the MySQL there is not a jar file,
but a dll.  The classpath variable will not select a dll (only jar or
zip).  How do i link the dll to the project?
Avatar of JK2429
JK2429

ASKER CERTIFIED SOLUTION
Avatar of ramazanyich
ramazanyich
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial