> "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-
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
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
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
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
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
---
> 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
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