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