Importing

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]
# 1
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
Me_Titusa at 2007-7-7 15:13:19 > top of Java-index,Archived Forums,Socket Programming...
# 2
yeah, I figured it out, thanks anyways.
imgnakikurbta at 2007-7-7 15:13:19 > top of Java-index,Archived Forums,Socket Programming...