Hello All,

    Sorry for the basicness of the question (and the new word i just created, lol) But 
i have search all over the place to tell me why my classes are not compiling. Here is 
what i am running:

RedHat 7.1
Jetspeed 1.3a2
JDK 1.3.1

Everything in the portal works great but i want to develop my own applications but 
when i try to compile the code taken from 
http://www.javaworld.com/javaworld/jw-07-2001/jw-0727-jetspeed.html

i get the following errors:

FirstPortlet.java:2: package org.apache.ecs.html does not exist
import org.apache.ecs.html.*;

FirstPortlet.java:5: cannot resolve symbol
symbol : class RunData
local package util
import org.apache.turbine.util.RunData;

all the other errors are cased by the fact that javac cannot find the package and the 
symbol? The question is, it is finding some of the packages but not all of them? My 
classpath setting located in /root .bash_profile are:

PATH=/usr/local/sbin:/usr/sbin:/sbin:$PATH:$HOME/bin:$PATH:$JAVA_HOME/bin
BASH_ENV=$HOME/.bashrc
USERNAM="root"
JAVA_HOME=/usr/java/jdk1.3.1
TOMCAT_HOME=/jakarta-tomcat-3.2.3

export USERNAME BASH_ENV PATH JAVA_HOME TOMCAT_HOME

Can anyone help?
Terrance

Reply via email to