I have two projects, project1 and project2 for simplicity's matter. Project1 has package my.proj1 in it, that contains class myclass.
What is the correct sequence of actions to take for creating object my.proj1.myClass in one of the classes of project2?
I've tried adding project1 as reference, but for some reason that doesn't allow me to import classes from my.proj1 pakage.