I have a project \"A\" and I need to call a class \"c\" from another project \"B\".
I have done the following. Click in \"A\" -->Properties -->Build Path --> and in
create project "A" as jar and add this jar in your project "B" build path.then you can call which class you want and import that class package name with calss name.