- From: Rick Wesson <wessorh@ar.com>
- Date: Thu, 20 Feb 1997 10:57:45 -0800
- To: www-jigsaw@w3.org
I've been tring to get the tutoral to compile, could any one help
me out?
Thanks,
-Rick
javac -d ./classes/ FancyResource.java
FancyResource.java:18: Class w3c.jigsaw.tutorials.Attribute not found in
type declaration.
Attribute a = null ;
^
FancyResource.java:28: Class w3c.jigsaw.tutorials.Attribute not found in
static {}.
a = new StringAttribute("message", "Hello",
Attribute.EDITABLE);
^
FancyResource.java:29: Undefined variable: AttributeRegistry
ATTR_MESSAGE = AttributeRegistry.registerAttribute(cls,
a) ;
^
FancyResource.java:31: Class w3c.jigsaw.tutorials.Attribute not found in
static {}.
a = new StringArrayAttribute("headers", null,
Attribute.EDITABLE) ;
^
FancyResource.java:32: Undefined variable: AttributeRegistry
ATTR_HEADERS = AttributeRegistry.registerAttribute(cls,
a) ;
^
5 errors
Received on Thursday, 20 February 1997 13:56:01 UTC