Steps to reproduce this problem. I am using Eclipse 3.2. Create a new
plug-in project, TestExport, use the defaults (targeted to run with
Eclipse 3.2). Click next.
<BR>
Uncheck "this plug-in will make contributions to the UI". Click next.
<BR>
Uncheck "Create a plug-in using one of the templates".
<BR>
In your new plug-in project, create a new class, such as MyTestClass.java.
<BR>
Be sure to list the package under the Exported Packages on the Runtime
tab.
<BR>
Export the project using the export wizard for Deployable plugins and
fragments to a zip file.
<BR>
Extract the zip file into an eclipse installation. Create a new plug-in
project, TestImport, and list the TestExport project as a dependency.
Create a new java class and try to reference the MyTestClass. I cannot
reference the MyTestClass. Am I doing something wrong?