Re: Error with blackdown FCS but not RC4

2000-08-04 Thread Juergen Kreileder
> "Joseph" == Joseph Shraibman <[EMAIL PROTECTED]> writes: Joseph> OK so I try it like the example: Joseph> Starting rmid: rmid: illegal option: Joseph> J-Djava.security.policy=rmid.policy use: rmid [-port num] Joseph> [-log dir] [-stop] [-Coption] Joseph> rmid Use '-J-

Re: Error with blackdown FCS but not RC4

2000-08-04 Thread Joseph Shraibman
Juergen Kreileder wrote: > > > "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: fa

Re: Java3D problem

2000-08-04 Thread Joi Ellis
yangyuexiang wrote: > > > 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

Re: Java3D + XFree 4.0

2000-08-04 Thread Andreas Micklei
Hi, On Fri, Aug 04, 2000 at 05:55:48PM +0200, Urs Schroffenegger wrote: > I got a problem with Java3d. I've installed jdk 1.2.2 FCS and Java3D FCS with > XFree86 4.0. and I can run the demos, but when I close the demo window the X > server dies with signal 11. > > Is there a problem running jav

Java3D + XFree 4.0

2000-08-04 Thread Urs Schroffenegger
Hi I got a problem with Java3d. I've installed jdk 1.2.2 FCS and Java3D FCS with XFree86 4.0. and I can run the demos, but when I close the demo window the X server dies with signal 11. furthermore when I try texturetest whith an image file, I don't see the texture. Is there a problem running ja

Java3D + XFree 4.0

2000-08-04 Thread Urs Schroffenegger
Hi I got a problem with Java3d. I've installed jdk 1.2.2 FCS and Java3D FCS with XFree86 4.0. and I can run the demos, but when I close the demo window the X server dies with signal 11. Is there a problem running java3d with the glx provided by XFree or is it my installation ? Urs ---

Re: javac parser bug in blackdown jdk?

2000-08-04 Thread Dimitris Vyzovitis
> it seems needs look like that, is'nt it? > public class c implements a { > > public static void main( String[] args ) { > System.out.println( a.b.test ); > } > > } > ... > > And, to strengthen this argument, if I change b.test to a.b.test the > > program compiles normally. As I s

Re: javac parser bug in blackdown jdk?

2000-08-04 Thread Alexander Davydenko
On Thu, Aug 03, 2000 at 08:23:47PM +, Dimitris Vyzovitis wrote: > 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 f