If I have a classA in eclipse and I want to use a different classB that is in another project folder, what is the proper code to import that project folder to my classA?
[176 byte] By [imgnakikurbta] at [2007-11-26 12:21:31]
As long as they are in the same package you don't need to import nothing.Otherwise just copy the class to your new project.import yourprojectnameMeTitus