score:0
would it not work if you made your other plain java project into an android project and use it to monitor the output on the device?
score:1
luckily, i found the answer to my own question and i thought i'd share it here to help others in the same situation. it turned out to be very simple...
what i was already doing would have normally worked, which should have been a big clue to me since i have actually done this before, successfully. all you have to do is, under your android project's properties > java build path > projects, add the plain java project to your "required projects on the build path" and then under properties > java build path > order and export, check the checkbox of that same project in the "build class path order and exported entries" list and everything should just work.
from within eclipse, there's nothing else you need to do to get this setup to work. it's only when you're compiling from the command line that you need to build java jars and import them as libraries but i'm not doing that (yet).
finally, this wasn't working for me because i just happened to be compiling my plain java project under jdk 1.7 compliance, while my android project was compiled under jdk 1.6. this is verified by the output on the console pane, reporting "dx bad class file magic (cafebabe) or version." this error message goes away when both projects are compiled under the same compliance level and, not coincidentally, the android program runs properly.
thank you to everyone who tried to help and i hope this answer is helpful to someone out there!
Source: stackoverflow.com
Related Query
- How do you use a Java project in your Android project in Eclipse?
- How do you use ShowcaseView library in your android project which isnt based on gradle build?
- What causes imported Maven project in Eclipse to use Java 1.5 instead of Java 1.6 by default and how can I ensure it doesn't?
- How do you import an Eclipse project into Android Studio now?
- How to convert an Eclipse Android project to use Ant for build?
- How to use Gradle to generate Eclipse and Intellij project files for Android projects
- How can I use the java Eclipse Abstract Syntax Tree in a project outside Eclipse? (ie not an eclipse plugin)
- How do you compile an Android project into an .apk file in Eclipse without launching the emulator?
- How to use Linked Files in Eclipse for PhoneGap project with Android
- How to import android studio project in eclipse which use library?
- How to use the same source from PhoneGap Build and PhoneGap Android project in Eclipse
- How do I use a Java project that requires a 1.7 compliance level on an Android project build path?
- How to generate a jar file for a java project and use the jar in an android project
- How to version control an Android project on Github and use intellij and eclipse IDE by different team members?
- How to use java project in eclipse from clojure project
- I want to know how to use delays on a java project in eclipse to use drawing components
- How do you use custom views in Eclipse Android development?
- How do you include files from a scala project in eclipse in a java project in netbeans
- Remove classes that are not in use from Android or/and Java project in Eclipse
- How to use new layout editor for Android project in Eclipse
- NanoHTTPD: How do I add it to a current Java eclipse project and use it?
- eclipse java how to had sqlite-jdbc-(VERSION).jar into my project and use it
- How to Use Java 8 settings to build project in eclipse 4.18(2020-12)
- How do you build a Java project in Eclipse when no options are available
- How to use eclipse project from github for Android development
- In an Eclipse Java project that is dependent upon two other projects, how do you resolve jar conflicts?
- How to use unique AndroidSDK resources for each Android Project in Eclipse
- How to use Jar file As a Java project in Eclipse
- How to use jars from a Java Project in an Android project transitively over the included Android library?
- How do you integrate PyGame and Android SDK together inside Eclipse to build an Android App running Java SDK as the main menu for PyGame?
More Query from same tag
- Cannot invoke equalsIgnoreCase() on the primitive type boolean
- Eclipse adding a Class path variable/Library to Eclipse preferences vs. adding a path to an specific project
- Config eclipse preferences in project explorer
- How to quickly determine the entry point to a large java project
- Getting Error in class android.support.design.widget.NavigationView
- Error in eclipse in the top of the page without mentioning the source
- Eclipse toggle show/hide panels
- ClassNotFoundException for class in Eclipse project
- Need to click on Contacts tab in Salesforce getting error "Cannot read properties of undefined (reading 'defaultView')"
- .gitignore ignoring files which are excluded from the ignore list
- Automating JBoss deployment in Eclipse?
- Git migration? oldEclipseVersionOfProject -> newAndroidStudioVersionOfProject
- Why can't my binary search find the passwords I am generating for my array of strings?
- How to get eclipse code formatter to wrap assignment statements onwards = operator
- Is there an alternative way to create Junit Test results report instead of ant's Junitreport task
- How to add jar in Eclipse to update the version ?
- Errors occurred during the build. Errors running builder 'Java Builder' on project 'MyFirstProject'. java.lang.NullPointerException
- How to display ImageView as a different size in program?
- Java3d - Jar file contains error java.lang.NoClassDefFoundError javax/media/j3d/Canvas3D
- How to use forked git project in Android Studio
- How can I know which class is from interface
- Is there a mustache template syntax highlighter or plugin for Eclipse?
- STS vs. Eclipse for Grails?
- Do I need to bundle AWS SDK dependancies when creating Java Lambda Functions
- Programmatically add code templates?
- unable to run the Log4j2 demo class - While running the class as Java application, Java exception popped out on screen
- Eclipse constantly removes src/it from souce folders
- How do you isolate a single project in Eclipse?
- adding python interpreters programmatically
- Is it possible to optimise index across mac Spotlight, QuickSilver, Eclipse and InstaSearch?