Eclipse classpath question

From: doodles (tomfulton53nospammer_at_hotmail.com)
Date: 03/08/04


Date: Mon, 08 Mar 2004 14:05:09 GMT

In ant, there is a way to set a classpath that includes all .jar files
underneath a particular directory, like this:

- <path id="classpath">
      <fileset dir="c:\Programming\Java\jwsdp-1.1"
includes="**/*.jar" />
      <dirset dir="c:\Courses\SOAP"
includes="c:\Courses\SOAP" />
</path>

Is there a way to do this with Eclipse? It is inconvenient to individually
specify all the various .jar files that have to be included when doing Web
Services. Thanks



Relevant Pages

  • Re: Able to Run a Program using an IDE but not using Command Prompt :(
    ... I resolved the problem by making sure my classpath were set up ... correctly and that in the same directory as the .java file the unpacked ... ..jar files did not exist ... ... //loop the rest of the input nodes? ...
    (comp.lang.java.help)
  • Re: [OT] java classpath
    ... constantly cursed the java classpath because instead of being able to ... That hasn't been my experience -- for all the Java programs I've ... there were some issues concerning jar files). ... Again this doesn't match my experience -- even with multiple packages, ...
    (comp.text.tex)
  • Re: NoClassDefFoundError after upgrade to FC3
    ... Well, there are about 200 jar files in the jdev installation directory, ... I know that java can't find the correct jar file containing the ... >sure that they are all in your classpath. ...
    (Fedora)
  • Re: Loading jar files from a different folder
    ... I have some *.jar files that need to be loaded by ant ... note that the Ant docs. ... for the 'java' task mentions ... Add your jars to the classpath ...
    (comp.lang.java.help)
  • ClassPath-DUMB questions? for Windows 2000 or XP.
    ... I am beginner to Java and the classpath problems. ... it is best to put the 'jar files' of a software vendor in the ... it is sufficient to mention the actual path of the folder where the ...
    (comp.lang.java.programmer)