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 8673971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T19:35:25+00:00 2026-06-12T19:35:25+00:00

I have an ant build script for a project which depends on an external

  • 0

I have an ant build script for a project which depends on an external jar. The location of the external jar is available in Eclipse as a variable (say, JJ2000_LIB, added through “Add variable” in project properties > Java Build Path > Libraries).
I'm talking about variables like those
How do I access such Eclipse library variables from ant?

Ideally I would like to be able to also run the same ant script from the command line and be able to set this variable.

I’ve tried env.JJ2000_LIB which works from the command line (if I set a environment variable), but not from within Eclipse. My build.xml contains:

<property environment="env" />
<property name="jj2000_lib" value="${env.JJ2000_LIB}" />

<target>
    <javac srcdir="${src}" classpath="${jj2000_lib}" destdir="${build}" />
</target>
  • 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-06-12T19:35:26+00:00Added an answer on June 12, 2026 at 7:35 pm

    Basically if you want to add a jar to your project you need to: click with right of mouse “add to build path” (almost the same that you did).

    then in the build you have to put something like this:

    <property name="External" value="youJar.jar" />
    <jar destfile="${jar.completePath}" manifest="${basedir}/manifest">
    <fileset dir="${path}/classes" excludes="**/*.bak" />
    <zipfileset src="${path}/${Eternal}" />
    </jar>
    

    Obviously you need to set the right path. It works for me.

    edit: the in the manifest you should put a line like this:
    Class-path: youJar.jar

    EDIT:

    classhpath variables (the one you define) seems to be incompatible with ant and to be used in ant (I found some bug posts in eclipse developer forum, but no one fixed). So it seems there’s no way to use a classpath variable. I tried few hours to find a solution for you, now the best thing I can do for you is link this site:

    http://www.ant4eclipse.org

    maybe that’s the solution.

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

Sidebar

Related Questions

I have a Java project that I build using an Ant script. I am
So I have a maven project which produces a jar package containing some ant
i have written an ant script, which runs ok and generate the .jar file
I have an ant build script that needs to pull files down from a
I have a project that contains xml files. I also have an Ant build
I have an ant target that echo's the content of an eclipse .project file,
I have an ant script with the following header: <project name=Simple ActiveJDBC Example default=clean
Problem description: The setup is executing Ant build script with TestNG target, which then
I am trying to write an ant script which builds our project and will
I have couple of bat files which run further files to build the project.

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.