现在正在学习,mysql-cluster的java实现,找到他的官方文档,对于里面的一个类,有些疑问~!
发布网友
发布时间:2022-05-05 04:57
我来回答
共3个回答
热心网友
时间:2022-05-05 06:26
肯定有其它第三方的包。
去下载MySQL Cluster ,里面应该有。这个太大了,自己试吧。lucky!
http://dev.mysql.com/doc/ndbapi/en/mccj-getting.html
官网这么说的:
MySQL Cluster Connector for Java jar files. After building and installing MySQL Cluster with MySQL Cluster Connector for Java, you should find the following JAR files that are needed for using ClusterJ and ClusterJPA in share/mysql/java/ under the MySQL Cluster installation directory:
clusterj-api.jar: This is the compile-time jar file, required for compiling ClusterJ application code.
clusterj.jar: This is the runtime library required for executing ClusterJ applications.
clusterjpa.jar: This is the runtime library required for executing ClusterJPA applications. This jar file must be in your classpath when running OpenJPA with ClusterJPA.
热心网友
时间:2022-05-05 07:44
在mysql cluster的二进制包中,share/java/或share/mysql/java/下有你要的jar。clusterj连接ndb api只要clusterj.jar,openjpa是用于连接mysql api的,clusterjpa是clusterj和openjpa两种连接方式共存的。在运行程序的时候还要导入外部库,用-Djava,如有疑问可再问我
热心网友
时间:2022-05-05 09:19
告诉你一个反编译工,可以将jar包内的代码反编译为scr, jd-gui.exe