I am trying to use Project-1 's class in Project-2's custom package. I did this action you can see below.
Build Path -> Configure Build Path -> Projects tab -> Add ->Project1 -> OK -> exit the project properties window.
when i use project1's class in default package of project2 there is no problem, but if i use project1's class in a custom package of project2 it doesn't recognise project1's class object.
What should i do for fixing this recognition problem?