I saw there are 2 jar files, One with a -g and one without. What are their
differences ?
mysql-connector-java-3.1.8-bin-g.jar
mysql-connector-java-3.1.8-bin.jar
> I saw there are 2 jar files, One with a -g and one without. What are their
> differences ?
Usually the -g indicates they were compiled with the -g switch and
thus contain debug info in the class files. This tends to bloat them,
so in production you would use the leaner versions.
> mysql-connector-java-3.1.8-bin-g.jar
> mysql-connector-java-3.1.8-bin.jar