Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (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.