Skip to main content



      Home
Home » Newcomers » Newcomers » Organizining multi part project
Organizining multi part project [message #211313] Fri, 18 May 2007 22:47 Go to next message
Eclipse UserFriend
Originally posted by: mansour.own.net

I have a project that consist of three parts (eclipse Projects),
FrontEnd, BackEnd, and CustomTags. I can refrence both BackEnd and
CustomTags in The FrontEnd. However, and get every thing to compile
fine, but when I run it, the classes in the frontEnd don't see the
BackEnd or CustomTags. I tried to link them, but then I couldn't compile
because BackEnd contains some archives and libraries that FrontEnd
doesn't have. So basically I have to add the jars twice, once for the
FrontEnd and then for the BackEnd. Can anyone give an advice about this
scenario ?
Re: Organizining multi part project [message #211329 is a reply to message #211313] Sat, 19 May 2007 08:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: news.pellaton.li

Hi

Have you exported the jars in the backend project? More about it here:
http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse. jdt.doc.user/reference/ref-123.htm

HTH Michael
Re: Organizining multi part project [message #211336 is a reply to message #211329] Sat, 19 May 2007 08:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mansour.own.net

No I haven't. Is there another way. There's a lot of libraries, and the
backend is still under development.

Michael Pellaton wrote:
> Hi
>
> Have you exported the jars in the backend project? More about it here:
> http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse. jdt.doc.user/reference/ref-123.htm
>
>
> HTH Michael
Re: Organizining multi part project [message #211362 is a reply to message #211336] Sat, 19 May 2007 17:20 Go to previous message
Eclipse UserFriend
Originally posted by: wegener.cboenospam.com

Mansour wrote:
> No I haven't. Is there another way. There's a lot of libraries, and the
> backend is still under development.
>
> Michael Pellaton wrote:
>> Hi
>>
>> Have you exported the jars in the backend project? More about it here:
>> http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse. jdt.doc.user/reference/ref-123.htm
>>
>>
>> HTH Michael
Did you take a look at the export process? It is simply a matter of
going to the Java Build Path->Order and Export tab and clicking on the
..jar files you want to make available to other projects. Not a
particularly difficult or time consuming task.
Previous Topic:MinGW again
Next Topic:vm error message
Goto Forum:
  


Current Time: Sat Jul 19 08:51:55 EDT 2025

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

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

Back to the top