Home
TeamSite
package does not exist
jaylin
Hi,
This is my very first time to do helper class. When i compile the java file, package does not exist error occurs. Plz see attach for the error screen shot. Below is my code.
==============================================
package com.imanage.cms.t2.workflow.engine.javascripthelper;
import com.imanage.cms.api.workteam.*;
import com.imanage.cms.exceptions.workteam.WorkteamException;
import com.imanage.cms.t2.workflow.engine.javascripthelper.JavaScriptHelperBase;
import com.imanage.cms.t2.workflow.exceptions.WorkflowException;
public class test extends JavaScriptHelperBase
{
public static void main(String args[])
{
}
}
Find more posts tagged with
Comments
jaylin
i fixed that problem by updating the classpath (environmental variable) in order to point to the worksite required jar file.