Mathias Sulser wrote:
>I was just playing around with the new scripting package in java6 (build
>1.6.0-dp-b88-34)
Please read the release notes. Look for "NDA" or "non-disclosure agreement".
>and found the following apple api which differs from sun's api:
>
> Invocable.invoke(String arg0, Object... arg1)
> Invocable.invoke(Object arg0, Object... arg1)
>
>According to Sun it should be invokeFunction(String arg0, Object... arg1)
>and invokeMethod(Object arg0, Object... arg1).
>
>Any ideas why?
The most obvious one: it's a prerelease.
Prereleases often lack things or have them wrong, sometimes grossly wrong,
and sometimes with no particular reason. Attempting to analyze why is
generally a waste of time. You might, however, report it as a bug, to
ensure it gets fixed before final release. See the release notes for how
to file a bug against DP Java6.
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden