Well, you could have your code in a package, and distribute the package. Then they could import it and use it, if this is what you're asking.
~Seth On Nov 1, 8:02 pm, kat Owen <[email protected]> wrote: > Hi all, > > I need some help with the following: > > I have a program which was written by someone else. I do not have access to > his code. But I do have the jar files from him. I use his jar files to run > some task which produces some results. > > Then I wrote a simple code to write these results into a DB and then > retreive them whenever I want. > > Now I want to make my code ---- * something ( am not sure what this is ) * > --- ; > > Anyone should be able to call this something from anywhere in their code. > > Is this something the JAVA API ? > > If so, how do I make my code a JAVA API . > > ~Thank You, > Kat --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
