Possible Duplicate:
Android project unable to reference other project in eclipse
I have an eclipse java project. I don't see a bin directory. It has an application and it runs fine. However, I have problem. I need to include some of those classes in another project, namely an Android java project. So there are two things I really don't understand how to do:
1) Specify an output folder so there is a real visible bin directory in this project?
2) auto generate a .jar file with these classes so that I can include the jar file in another project.
Yes, I am an experienced programmer, and no it is not at all clear to me how to do this looking at the options under project properties. Including just the whole project works for compiling, but at runtime the classes from the java project are missing.