Hello Kevin;

Can you try replace;

public NSTimestamp now(){ return new NSTimestamp(2008,1,1,1,0,0,NSTimeZone.getDefault()); }

with...

        public NSTimestamp now() { return new NSTimestamp(); }

cheers.

When I run app, got error
Exception in thread "main" java.lang.NoClassDefFoundError: com.webobjects.foundation.NSTimeZone
   at java.lang.Class.initializeClass(libgcj.so.81)
at com.webobjects.foundation.NSTimestamp.<clinit>(NSTimestamp.java:1481)


___
Andrew Lindesay
technology : www.lindesay.co.nz
business : www.silvereye.co.nz



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to