> Hi, Everyone
This is an interesting problem.
I add a list of nodes into a group.
eg. suppose lst has n elements and then
for(Iterator iter = lst.iterator; iter.hasNext(); )
{
group.addChild((Node)(iter.next()));
}
Then the two elements: o1 and o2 are different:
o1 = group.getChild(n-1
> "Joseph" == Joseph Shraibman <[EMAIL PROTECTED]> writes:
Joseph> When trying to use activatables I get this error after I
Joseph> switched to blackdown 1.2.2 FCS from RC4.
Joseph> Exception: java.rmi.activation.ActivateFailedException: failed to
Joseph> activate object; nes
When trying to use activatables I get this error after I switched to
blackdown 1.2.2 FCS from RC4.
Exception: java.rmi.activation.ActivateFailedException: failed to
activate object; nested exception is:
java.security.AccessControlException: access denied
(com.sun.rmi.rmid.ExecOptionPermi
On 3 Aug 2000, Juergen Kreileder wrote:
> > "Dimitris" == Dimitris Vyzovitis <[EMAIL PROTECTED]> writes:
>
> Dimitris> If you try to compile those files with jikes or ibm's
> Dimitris> javac,
>
> "IBM's javac" is somewhat misleading, javac is written in Java and most
> implementatio
> "Dimitris" == Dimitris Vyzovitis <[EMAIL PROTECTED]> writes:
Dimitris> If you try to compile those files with jikes or ibm's
Dimitris> javac,
"IBM's javac" is somewhat misleading, javac is written in Java and most
implementations based on Sun's code use it without modifications. S
I am getting a very strange error with javac of blackdown 1.2.2RC4 (I
haven't tested with the FCS yet), that does not occur with jikes or the
javac that comes with ibm's jdk 1.3.
The problem is illustrated by the following:
file a.java:
interface a {
interface b {
public st