Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » feature and branding
feature and branding [message #68985] Wed, 25 May 2005 01:49
Eclipse UserFriend
Originally posted by: vikram.bhanot.gmail.com

While trying to create a feature and branded plugin, we are running in
to the following problem during the export stage. The component plugins
fail to compile due to errors in resolving imported classes. However,
the same components build and run fine from within eclipse when using
the run-time workbench option. All relevant plugin jars have been added
to the project.

Example of output from the logs.
-------------------------------

1. ERROR in CodegeneratorPlugin.java (at line 3)
import org.eclipse.ui.plugin.*;
^^^^^^^^^^^
The import org.eclipse cannot be resolved
----------
2. ERROR in CodegeneratorPlugin.java (at line 4)
import org.osgi.framework.BundleContext;
^^^^^^^^
The import org.osgi cannot be resolved
----------
Previous Topic:path, not class path
Next Topic:how to get library source files Eclipse does not see, e.g. Timer
Goto Forum:
  


Current Time: Mon Dec 30 16:30:17 GMT 2024

Powered by FUDForum. Page generated in 0.06448 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top