Hi,
I have problems compiling HelloWorld example from getting started
document. I changed mycompany to markkuyp in source and in directory
structure, and here is my command line and what I get. turbine is in
classpath...
# javac HelloWorld.java
HelloWorld.java:9: class com.markkuyp.modules.screens.HelloWorld must be
declare
d abstract. It does not define org.apache.ecs.ConcreteElement
build(org.apache.t
urbine.util.RunData) from class org.apache.turbine.modules.Screen.
     public class HelloWorld extends org.apache.turbine.modules.Screen
                  ^
HelloWorld.java:11: Class com.markkuyp.modules.screens.RunData not found.
         public ConcreteElement build( RunData data ) throws Exception
                                ^
HelloWorld.java:14: Class com.markkuyp.modules.screens.RunData not found
in org.
apache.ecs.ConcreteElement build(com.markkuyp.modules.screens.RunData).
             data.setTitle ("Hello World");
                           ^
3 errors
What is wrong?
-- 
--------------------------------------------------------------------------
Markku Yli-Pentila, Kauhajoki Media Net, admin
www: http://www.kauhajoki.fi/~markkuyp/



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to