English 中文(简体)
您如何将JDBC jar纳入延伸范围?
原标题:How do you package the JDBC jar in an extension?

I m为蓝色正义与发展网开花。 这些原始材料被包装为蓝色司法项目中的单纯的JAR文件。 原始材料涉及向MySQL服务器提交(有时是取回)数据。 我从我的道路上利用亚行联系人(作为JAR)开展工作。 我需要花钱为学生安装一个便捷的装置,而学生们只是把它推向一个夹子。 是否有办法将日本中央银行的零件保留在我的展期之后,而不必将其单独放置在学生机器上?

I have read a little about ClassLoaders from here http://www.objectsource.com/j2eechapters/Ch21-ClassLoaders_and_J2EE.htm. But I haven t gleaned a nice way to do what I m asking. I am using Eclipse, by the way.

This question gets very close to what I want at the very end when the manifest is mentioned: Deployment Concepts: Packaging JAR Dependencies, When & Why

现在我的唯一问题是,我需要知道如何用这样的方式来编辑清单,以便把我的延伸放在自己的目录上,找到亚行的联系人。

希望这样做。 感谢任何帮助!

最佳回答
问题回答

一种可能的解决办法是将亚行的连接器拆开,将其与贵方的代码放在一个大的杰尔档案中。 如果你没有点名冲突的任何一揽子计划,那么一切工作都应该是好的。





相关问题
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 ...

热门标签