• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: java.lang.NoClassDefFoundError: com.webobjects.foundation.NSTimeZone
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >java.lang.NoClassDefFoundError: com.webobjects.foundation.NSTimeZone (From: "Ren, Kevin" <email@hidden>)

  • Prev by Date: RE: Questions after new install WO541{SOLVED?}
  • Next by Date: Re: WOPopup Button
  • Previous by thread: java.lang.NoClassDefFoundError: com.webobjects.foundation.NSTimeZone
  • Next by thread: RE: Questions after new install WO541{SOLVED?}
  • Index(es):
    • Date
    • Thread