Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Non Plugin Depeadant Project
Non Plugin Depeadant Project [message #436238] Fri, 02 September 2005 23:02 Go to next message
James Leotta is currently offline James LeottaFriend
Messages: 202
Registered: July 2009
Senior Member
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 14:06 Go to previous messageGo to next message
Alex Blewitt is currently offline Alex BlewittFriend
Messages: 946
Registered: July 2009
Senior Member
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 14:11 Go to previous message
James Leotta is currently offline James LeottaFriend
Messages: 202
Registered: July 2009
Senior Member
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 Dec 07 21:42:33 GMT 2024

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

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

Back to the top