Hi i need some information about how to use APIs or libraries developed by other companies as plugins in my java application. or how to create plugins of my own. is there any web-site etc where i can get some information? Thanx in advance. Padmanabh
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 11862
posted
0
If you are talking about Java libraries, you just need the jar files and information on the interfaces. The concept of "plugin" does not really apply. Bill