• 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: Does WebObjects use Java 1.5?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Does WebObjects use Java 1.5?


  • Subject: Re: Does WebObjects use Java 1.5?
  • From: Ian Joyner <email@hidden>
  • Date: Thu, 22 Mar 2007 09:37:05 +1100

There is one issue I have found – Iterator does not cause faults to be loaded. Thus if you use:

	Iterator <EOGenericRecord> t = an_array.iterator ()

you will get nothing, whereas the Enumeration form works fine:

	Enumeration <EOGenericRecord> e = an_array.objectEnumerator ()

So don't update your enumerations to the new (cleaner and less verbose) iterator until this problem is fixed. At least the generic form works with Enumeration so those horrible type casts disappear.

Don't know if that would be your problem though.

Ian

On 22/03/2007, at 12:36 AM, Christian Telepski wrote:

Hi everyone,

i have a problem of using some third-party jars.

I always get error messages when accessing those jars like "com.webobjects.foundation.NSForwardException [java.lang.ExceptionInInitializerError] null"

Now i thought maybe that the version those jars are using is newer than the one used by WebObjects.

In Terminal i write java -version and i get 1.5.0_07.

But im not quite sure if WebObjects does this???
So does WebObjects run under 1.4 or 1.5.

And if it runs under 1.4 then how to get WebObjects to use 1.5?

I have WebObjects 5.3 and OS X 10.4.9 on G4 PowerBook

Many thanks in advance and best regards,

Christian Telepski
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40sportstec.com


This email sent to email@hidden



_______________________________________________
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


  • Follow-Ups:
    • Re: Does WebObjects use Java 1.5?
      • From: Francis Labrie <email@hidden>
    • Re: Does WebObjects use Java 1.5?
      • From: Mike Schrag <email@hidden>
References: 
 >Does WebObjects use Java 1.5? (From: Christian Telepski <email@hidden>)

  • Prev by Date: Opened, development-mode ProjectBuilderWO projects
  • Next by Date: Re: Does WebObjects use Java 1.5?
  • Previous by thread: Re: Does WebObjects use Java 1.5?
  • Next by thread: Re: Does WebObjects use Java 1.5?
  • Index(es):
    • Date
    • Thread