TS6.5 Solaris
Client has latest CSSDAK installed.
Hi,
I am only just learning the basics of Java/JSP with the CSSDK.
I've managed to get the sample "Ajuba" application working. Now I want to try make some changes to the .java files (small changes). But when I try compile them they fail.
The message is :
GetModifiedFilesServlet.java:31: package com.interwoven.cssdk.examples.beans does not exist
import com.interwoven.cssdk.examples.beans.*;
^
GetModifiedFilesServlet.java:34: package com.interwoven.cssdk.examples.exceptions does not exist
import com.interwoven.cssdk.examples.exceptions.*;
The way I have this structured is
mine\dev\src\com\interwoven\cssdk\examples\servlets\GetModifiedFilesServlet.java
which is the file I'm trying to compile.
I've managed to compile basic java programs in the same location as long as they are not refering to the "beans" package.
So, now where am I going wrong? I'm guessing I need to add something to me CLASSPATH, but what?
Any idea's? Any RTFM would be much appreciated!
Thanks,
Jeremy