Hi,
I am trying to connect 4D database from Java.

In Windows I am able to connect through ODBC driver provided by 4D.
I am able to connect in windows because in windows JDK rt.jar file we are getting "sun.jdbc.odbc.jdbcodbcdriver"
So we no need to load this driver in Class.forName("sun.jdbc.odbc.jdbcodbcdriver");

But in Mac OS somehow I am not able to connect it through 4D ODBC driver for mac.
I am gettng no suitable driver found error. This is due to driver class which is provided by SUN is not present in MAC.


Can somebody help me to resolve this issue.


Thanks,
Mahesh