Eclipse 3.1.2 Bundle JBoss-IDE1.6 - ECLIPSE_HOME issue

Eclipse 3.1.2 Bundle JBoss-IDE1.6 - Java Build Path issue

When added ECLIPSE_HOME to JAVA BUILD PATH "Libraries", I got following message:

Required library cannot denote external folder: 'E:\Friends\eclipse' for project mobilefish_demo

Is it really need to add it?

Thanks!

[305 byte] By [Gonewiththewinda] at [2007-11-27 9:58:17]
# 1
Why do you want to add ECLIPSE_HOME to the build path?
BalusCa at 2007-7-13 0:28:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

I am a beginner for Eclipse 3.1.2 Bundle JBoss-IDE1.6 to develop web application.I followed an example-"mobilefish_demo", but they use Eclipse 2.1.1 +jboss-3.0.4 platform,so I don't know how to configure Java Build Path -libraries.I saw they added variable ECLIPSE-HOME.I did too. but my project give me an error message: Required library cannot denote external folder: 'E:\Friends\eclipse' for project mobilefish_demo

Gonewiththewinda at 2007-7-13 0:28:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
The build path expects JAR files or class files which have to be added to the classpath of the Eclipse runtime, not folders (or references to folders). Just leave it away.
BalusCa at 2007-7-13 0:28:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
Thanks.
Gonewiththewinda at 2007-7-13 0:28:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...