Re: java.lang.NoClassDefFoundError: com.webobjects.foundation.NSTimeZone
Re: java.lang.NoClassDefFoundError: com.webobjects.foundation.NSTimeZone
- Subject: Re: java.lang.NoClassDefFoundError: com.webobjects.foundation.NSTimeZone
- From: Andrew Lindesay <email@hidden>
- Date: Thu, 20 Mar 2008 20:07:59 +1300
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden