views:

137

answers:

1

Hi everyone!

Anyone have anyidea ragarding the above topic then please reply.

If it possible then how? Write an example code if possible to explain.

Thanks

+1  A: 

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...)

Max Gontar