Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 973551
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T03:17:46+00:00 2026-05-16T03:17:46+00:00

I would even want it to go recursively multiple folders down and grab all

  • 0

I would even want it to go recursively multiple folders down and grab all the jar files.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T03:17:47+00:00Added an answer on May 16, 2026 at 3:17 am

    You can’t really do that through the IDE, but what you can do is do it outside the IDE and write a program to manually modify the .classpath file and add the jars.

    For example, the .classpath file for your eclipse project is going to look something like this:

    <?xml version="1.0" encoding="UTF-8"?>
    <classpath>
     <classpathentry kind="src" path="src/java/main"/>
     <classpathentry kind="src" path="src/java/tests"/>
     <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.5.0_17"/>
     <classpathentry kind="lib" path="test_reflib/commons-codec-1.3.jar"/>
     <classpathentry kind="lib" path="test_reflib/commons-collections-3.2.1.jar"/>
     <classpathentry kind="lib" path="test_reflib/commons-fileupload-1.1.1.jar"/>
    </classpath>
    

    So what you could do is write a program which scans the directories you pass into it, and manually modifies this .classpath file to contain the jars.

    Personally, I never go to the trouble of doing this and just typically put all the jars I need in one folder and include them in the project. Or, if it’s something like JBoss jars I need, I just include the ones I want.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would want to search up, down, and match case if possible. Even links
I could never think it would be even challenging but is there any function
Does the @error line even make sense here? Would it even be hit in
One would expect that even though strings are immutable, value-equality and reference-equality would not
Pseudo code: $(document).ajaxError(function(e, xhr, options, error) { xhr.retry() }) Even better would be some
Why would we create a sequence even if there is a primary key?
I would like to make sure my classes are robust - even if they
I would like my C++/CLI headers to compile even when under another platform. Of
I would like to use this script https://github.com/jeromeetienne/jquery-qrcode (or is there even a better
The Product Tags tab would only appear after a product has been created. Even

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.