Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » -> Plugin referrences Project
-> Plugin referrences Project [message #57545] Sat, 14 June 2003 11:41 Go to next message
Eclipse UserFriend
Hi there,

I ran into a problem. When we moved code from plugin to a normal project,
the plugin keeps complaining that it can not find the project's classes
when running. This is a problem while developing. On the normal use
we just create a *.jar file containing the required classes and add it
to the runtime libraries.

But how can I attach a normal project to a plugin's classpath?


Thanks

Martin (Kersten)
Re: -> Plugin referrences Project [message #57663 is a reply to message #57545] Sat, 14 June 2003 21:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ed.burnette.REMOVE.THIS.sas.com

You can't. Plugins can only use code in plugins. So you'll either have to
put those jars in their own plugins or inside the one you're running.

--
Ed Burnette, co-author Eclipse in Action (www.manning.com/gallardo)

"Martin Kersten" <Martin.Kersten@student.uni-magdeburg.de> wrote in message
news:bcffko$3da$1@rogue.oti.com...
>
> But how can I attach a normal project to a plugin's classpath?
>
Re: -> Plugin referrences Project [message #57740 is a reply to message #57663] Sun, 15 June 2003 04:20 Go to previous message
Eclipse UserFriend
Ok solved that. The project becomes an empty plugin and the tomcat aspect
remains in a sourcefree *.server project. Works well.

Thanks

Martin (Kersten)

"Ed Burnette" <ed.burnette@REMOVE.THIS.sas.com> schrieb im Newsbeitrag
news:bcgh9u$l71$1@rogue.oti.com...
> You can't. Plugins can only use code in plugins. So you'll either have to
> put those jars in their own plugins or inside the one you're running.
>
> --
> Ed Burnette, co-author Eclipse in Action (www.manning.com/gallardo)
>
> "Martin Kersten" <Martin.Kersten@student.uni-magdeburg.de> wrote in
message
> news:bcffko$3da$1@rogue.oti.com...
> >
> > But how can I attach a normal project to a plugin's classpath?
> >
>
>
Previous Topic:Method call hierarchy feature in M1
Next Topic:Debug and Run Configurations Speed Varies
Goto Forum:
  


Current Time: Wed Apr 16 00:32:03 EDT 2025

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

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

Back to the top