My question is kind of simple, and actually I'm feeling a bit dumb for asking this...
I'm using Eclipse IDE and I have 2 projects: MarketServer
and MarketClient
(I'm working with TCP connecting and sockets).
I've created a class called Costumer
, which I need in both projects, in the same package of MarketServer (and inside the same project). How can I let both projects knowing that class? Do I have to create a isolated package just for Costumer
and then import into both projects? How do I do that?
EDIT: Where do I place the new package that contains Costumer
?
Sorry about my english, but I've tried my best :(