Hello,
When I execute :
java -classpath DBF_JDBC30.jar com.hxtt.sql.admin.Admin, I receive : can't find class....
but if I execute it on WINXP, work fine......
I tried on Linux (UBUNTU DISTRO), and work fine too...
Thanks,
Oscar
|
Have replied on another thread. You're using JDK1.1.X so that you need JDBC1.2 package. BTW, you needn't to run Admin, if you're using embedded mode, not client/server mode.
|