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

  • Home
  • SEARCH
  • 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 9146769
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T10:49:32+00:00 2026-06-17T10:49:32+00:00

I have three projects in my eclipse workspace: EventKitchenCore EventKitchenDesktop EventKitchenAndroid EventKitchenCore contains all

  • 0

I have three projects in my eclipse workspace:

EventKitchenCore
EventKitchenDesktop
EventKitchenAndroid

EventKitchenCore contains all the core functionality, and EventKitchenDesktop and EventKitchenAndroid are essentially just different user interfaces.

I have EventKitchenCore added and working as a library in EventKitchenDesktop, however I am unable to figure out how to add it as a library to EventKitchenAndroid.

How do I do this? It would be a pain in the tush to have to export as a jar in the lib directory every time I make a change…

I tried adding the Core project in Properties > Java Build Path > Libraries and Properties > Android > Library, but no luck :\

Update – for now, I got it working by exporting the core project as a jar in the libs folder. However I make frequent changes, and like I said, it’s a pain in the tush.

  • 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-17T10:49:33+00:00Added an answer on June 17, 2026 at 10:49 am

    Eclipse has builtin Ant support. You can make use of it to automatically create a JAR of the current project and put it in a folder of another project.

    Provided that EventKitchenAndroid and EventKitchenCore projects are both in the same workspace, create a build.xml file in EventKitchenCore project which contains just this:

    <?xml version="1.0" encoding="UTF-8"?>
    <project name="EventKitchenCore" default="createjar">
        <target name="createjar">
            <jar destfile="../EventKitchenAndroid/libs/EventKitchenCore.jar" basedir="bin" />
        </target>
    </project>
    

    To test it, select the file in Eclipse and press Ctrl+F11 to run it as Ant build file. If it works the way you want, then you can tell Eclipse to automatically execute this build file everytime the project is built. Go to the project properties of EventKitchenCore and in the Builders property, click Import… and select the build.xml file you just created.

    Now, it will be executed everytime the project is built. You can manually force the build of a project by pressing Ctrl+B. See also the video demo I just created.

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

Sidebar

Related Questions

I have an eclipse workspace folder. I want to store all the different projects
In Eclipse, I have a workspace that contains all of my projects. Each project
I have several projects open in an Eclipse workspace. Like so: com.harbl.project.one com.harbl.project.two com.harbl.project.three
I have a number of interdependent projects in an Eclipse workspace. Eclipse manages dependencies
Let's say I have 3 projects in my Eclipse workspace, namely FooServer , FooClient
I have an eclipse workspace containing two projects, which I'll call foo-lib and foo-app.
I have a library Eclipse project/workspace containing functionality that is occasionally delivered to a
I have a very large workspace with about 30 projects all together. I am
I have three projects in my workspace : prjData, a simple project (no java
I prefer to have one workspace and put all my projects into this one

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.