> Java     : Java(TM) Platform,
> Standard Edition for Business; 1.5.0_16-b02; Sun Microsystems Inc.
>
> java.lang.NoSuchMethodError: 
> java.util.Arrays.copyOf([Ljava/lang/Object;I)[Ljava/lang/Object;

You're running Java 1.5 but the Array.copyOf methods were
introduced in Java 1.6:
http://download.oracle.com/javase/6/docs/api/java/util/Arrays.html#copyOf%28T[],%20int%29
I'm surprised this didn't cause an incompatibility error
earlier, though.

-- O.L.


------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
The BASE general discussion mailing list
basedb-users@lists.sourceforge.net
unsubscribe: send a mail with subject "unsubscribe" to
basedb-users-requ...@lists.sourceforge.net

Reply via email to