[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] How do I specify an external directory for classes?
|
- From: x@xxxxxxx (Cedric Beust)
- Date: Mon, 18 Feb 2002 03:18:02 +0000 (UTC)
- Newsgroups: eclipse.tools
- Organization: None
- User-agent: Xnews/M3
I need to specify that my project should be built using a certain
"external" (not under my project) directory in the classpath, but it looks
like Java Build Path/Libraries only lets me specify
- External jar files
- Internal jar files
- Internal directories (below my project)
- Variables (I tried to define one to point to this external directory but
Eclipse doesn't seem to take it into account)
How do I add e:\foo\classes in the classpath of my project?
--
Cedric