is there any separate MYSQL JConnector for linux?

HiWont the MYSQL Jconnector jar file that we use on windows work for linux too?Is there ny separate MYSQL Jconnector for linux?plz hepl
[170 byte] By [vineet_mita] at [2007-11-27 4:51:06]
# 1
I use the same for both.
sabre150a at 2007-7-12 10:04:43 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2

http://dev.mysql.com/downloads/connector/j/5.0.html

I don't see strictly "Windows" and "Linux" specific files. Only a tar.gz, which can be unpacked in *NIX operating systems and a zip which can be unpacked in Windows operating systems. The contents are exactly the same however. Java == Java ;)

BalusCa at 2007-7-12 10:04:43 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...