Re: Weird error... reserved word?

From: Peter Pritchard (pjpritc..ac.com)
Date: Fri Nov 16 2007 - 11:05:03 EST

  • Next message: Mike Schrag: "Re: Comment/Uncomment in Properties File Editor?"

    Looks like NSTimestamp is not in the classpath ... make sure standard
    frameworks are included ... NSTimestamp is in
    JavaFoundation.framework ...

    my 2 cents.

    - PJ

    On Nov 16, 2007, at 10:51 AM, James Cicenia wrote:

    > Hello -
    >
    > I have the following simple class:
    >
    > package com.tos.eo;
    >
    > import com.tos.base._TicketStatus;
    >
    > public class TicketStatus extends _TicketStatus
    > {
    > public TicketStatus() {
    > super();
    > }
    > }
    >
    >
    > My new cool Eclipse IDE tells me that:
    >
    > TicketStatus is somehow wrong as it is underlined in red.
    > The yellow indicator to the left says:
    >
    > The type com.webobjects.foundation.NSTimestamp cannot be resolved.
    > It is indirectly refrenced from required .class file
    >
    > Any thoughts?
    >
    > James Cicenia



    This archive was generated by hypermail 2.0.0 : Fri Nov 16 2007 - 11:07:22 EST