import ... public class TriggerJob { String jobStatus = \"\"; SchedulerMetaData metaData = null; public void rightNow(HashMap ParamMap){ AnotherProj
I had a similar problem and finally I realized that the problem was that the class in the calling project was not under src folder, but inside another inner package. When I removed that folder and moved the file to the src folder, everything worked.
src