import ...
public class TriggerJob {
String jobStatus = \"\";
SchedulerMetaData metaData = null;
public void rightNow(HashMap ParamMap){
AnotherProj
Yes. In the Project Explorer right click on it and select Properties, there go to Java Build Path and select Projects tab. Add your other project here, now you're able to use the classes from it in your current project. But note BOTH have to be open when you run them or debug in eclipse (otherwise you will see red lines telling you a class was not found).