English 中文(简体)
你们从哪里获得ava的平衡?
原标题:Where do you get the sqlj libaries for java?

I ve been charged with writing a DB manipulator with java for a project.
My professor gives us material that says to use the sqlj library (Oracle I m assuming?), but nobody explains where it comes from or how do download it.
I ve been looking for hours now.

问题回答

卡菲网站?

http://www.sqlj.org/“rel=“nofollow”http://www.sqlj.org/

除非你意味着可以起诉,但我不相信:

rel=“nofollow” http://www.oracleutilities.com/OSUtil/sqlj.html

你重新寻找的支柱是Oracle数据库客户。 http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html

它不是一个图书馆,是一种语言延伸——这意味着你不得不使用一个预处理器,把 j瓦法典编成文件,然后可以执行。 它不像包括图书馆那样简单。

rel=“nofollow”_ts ,您在机器上需要一个甲骨质环境,但我不敢肯定,如果能够自由使用。

您可以下载DB2通-C,并汇编Kingj课程,制作java文档和数据库访问计划。

通常,在你寻找图书馆时,尝试打字:图书馆-名称<>m>,这通常会给你适当的图书馆,如果不是的话,就是说“图书馆是无法使用的,而且有许多更好的工具”。

P.S.: Don t listen to your professor, just do it using standard JDBC or JPA.





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...