on 3/12/00 4:41 PM, James Conley <[EMAIL PROTECTED]> wrote:

> Nope.  At least the error is different now though.  I'm not 100% sure I
> should be using /usr/local/servlets/com/metricom/modules as the classpath
> here, though.  That directory contains screens which contains
> HelloWorld.java.
> 
> wrapper.classpath=/usr/local/servlets/com/metricom/modules


Ok, this is wrong...you should have this line above in the repositories=
instead. 

Please read the FAQ:

<http://java.apache.org/jyve-faq/Turbine/screen/DisplayQuestionAnswer/action
/SetAll/project_id/1/faq_id/2/topic_id/69/question_id/322>

Also, you should not specify that long of a path...it should be just this:

/usr/local/servlets

The com/metricom/modules/screens portion is what is filled in by the package
name. So, HelloWorld.java (which is placed into
/usr/local/servlets/com/metricom/modules/screens) should have a package like
like this at the top of the file:

package com.metricom.modules;

Make sense? This is just basic java package formatting.

So, to restate:

put HelloWorld.java into: /usr/local/servlets/com/metricom/modules/screens

At the top of HelloWorld.java, make the package this: package
com.metricom.modules.screens;

In zone.properties, make the repositories line look like this:

repositories=/usr/local/servlets

-jon



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

Reply via email to