Hi
I'm using Eclipse (on Ubuntu 11.04) and I created a new project that i called outofbox, in this project i created a new package that i called arrays in which i created a class called Arrays that has methods that perform certain operations on Arrays. I want to call this class from other projects, i must, i want to simply type sth like "import outofbox.array.Arrays;" in any class of a project im working on, where should I put this package?
I hope i made my point clearly
thanks for your help guys in advance