import ...
public class TriggerJob {
String jobStatus = \"\";
SchedulerMetaData metaData = null;
public void rightNow(HashMap ParamMap){
AnotherProj
Knowing that you using any version of Eclipse, the below steps should help you:
Step #1. Right Click => Project
Step #2. Click Project Properties
Step #3. Click on Java Build Path
Step #4. Click the Projects Tab
Step #5. Click the Add Button
Step #6. Select the Project you want to add
Step #7. Click OK button
Hopefully this help.