Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Non Plugin Depeadant Project
Non Plugin Depeadant Project [message #436238] Fri, 02 September 2005 19:02 Go to next message
Eclipse UserFriend
I have a plugin project (RCP Application) and have set the project
properties to include another project that has all my persistant
classes. Compilation is fine when I reference the classes in my source
but when I run the RCP application from within Eclipse I get class not
found exceptions for any class in the dependent project. Any help
would be appreciated.

Thanks in advance,
Jim
Re: Non Plugin Dependent Project [message #436279 is a reply to message #436238] Mon, 05 September 2005 10:06 Go to previous messageGo to next message
Eclipse UserFriend
The build path is what Eclipse uses to compile the application.

The runtime classpath is provided by the references in plugin.xml/MANIFEST.MF.

So chances are, you've got an entry wrong in the plugin/MANIFEST.MF file. If you do a PDE Update Classpath, it might fix them automatically; but if not, check those files manually.
Re: Non Plugin Dependent Project [message #436280 is a reply to message #436279] Mon, 05 September 2005 10:11 Go to previous message
Eclipse UserFriend
Thanks Alex - it was the Manifest file.

Alex Blewitt wrote:
> The build path is what Eclipse uses to compile the application.
>
> The runtime classpath is provided by the references in plugin.xml/MANIFEST.MF.
>
> So chances are, you've got an entry wrong in the plugin/MANIFEST.MF file. If you do a PDE Update Classpath, it might fix them automatically; but if not, check those files manually.
Previous Topic:How do i make a search ?
Next Topic:Disable "Open a perspective" in perspective bar
Goto Forum:
  


Current Time: Sat Jul 12 22:19:56 EDT 2025

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

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

Back to the top