开发者

Can we import *.cod file as a library for 3rd Part application?

开发者 https://www.devze.com 2022-12-14 07:24 出处:网络
Can we import*.cod file as a library for 3rd P开发者_如何转开发arty application? If it possible then how?You can only use jar as 3rd party libraries referenced in project.

Can we import *.cod file as a library for 3rd P开发者_如何转开发arty application?

If it possible then how?


You can only use jar as 3rd party libraries referenced in project.
(Project->Properties->Java Build Path->Libraries->Add External JAR's)

On the other hand, you can reference library project in application project if they are in the same workspace.
(Project->Properties->Java Build Path->Projects->Add...)

0

精彩评论

暂无评论...
验证码 换一张
取 消