I am a beginner with Java and Eclipse. I am trying to create an automated framework with both Selenium (Web application) and Robotium (Android Application). I have both project completed, one is a Java Project (Selenium) that uses the JDK compiler to run Junit test cases, and the other one is an Android Test Project that uses the Android Compiler to run android test cases.I am a beginner with Java and Eclipse. I am try