Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Add class directory to the class path
Add class directory to the class path [message #148558] Sat, 13 March 2004 22:58
Eclipse UserFriend
Originally posted by: sy_cheung2.yahoo.com

I have an existing project like this:
- "mySource" is the parent directory which contains all my source
- "thirdPartyClassFiles" is the parent directory which contains only class
files needed by my project.

I create a Eclispse project with source to be"myproject", but my eclipse
project can't compile because it does not include the classes in the
thridPartyClassFiles.
I try "Add Class Directory" that does not work, since I have to put
"myproject" as the directory (since the class files in the third party class
files are 'com.thirdPartyClassFiles.xxxx')

/myproject
/com
/mySource
/myPackage1
/myPackage2
/thirdPartyClassFiles

I don't want to change the directory hirerachy. Is there a way to build this
in Eclispe?

Thank you.
Previous Topic:Emulating JBuilder 4 Professional
Next Topic:Problems starting jboss from eclipse
Goto Forum:
  


Current Time: Sun Jul 21 15:33:35 GMT 2024

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

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

Back to the top