1import package.myclass;
2
3//But since it's the default package and same, you just create a new instance like:
4
5elf ob = new elf();
1Right Click > Project.
2Click Project Properties.
3Click Java Build Path.
4Click the Projects Tab.
5Click the Add Button.
6Select the Project.
7Click OK.