[JAVA3D] getCodeBase() problem in Java3D applet

2000-07-05 Thread George Vilches
By any chance, you're not using the MainFrame class that was tacked onto Java3D somewhere in com.sun, are you? I don't know about the 1.2 release, but in J3D 1.1.3, I remember needing that function for something, and after puzzling for hours why it wouldn't work on the web if I added a call to ge

Re: [JAVA3D] getCodeBase() problem in Java3D applet

2000-07-04 Thread Justin Couch
"Marjon v.d. Broek" wrote: > > Thanks, it works but it doesn't solve my problem. I need the host and port > to invoke a servlet but it seems that the servlet is invoked before the > init() method is invoked. So I still don't have the applet URL when I invoke > the servlet. > How and when does a br

Re: [JAVA3D] getCodeBase() problem in Java3D applet

2000-07-04 Thread Marjon v.d. Broek
thod of an applet. greetings, Marjon van den Broek - Original Message - From: François Savard <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 04, 2000 10:27 PM Subject: Re: [JAVA3D] getCodeBase() problem in Java3D applet I've observed that the getCode

Re: [JAVA3D] getCodeBase() problem in Java3D applet

2000-07-04 Thread François Savard
I've observed that the getCodeBase() doesn't works in the constructor (it return a null value). Transfer your fonction in the init() method and it will work fine. François Savard At 16:10 04/07/00 +0200, you wrote: >Hello, > >I want to retrieve the applet URL with getCodeBase() but it doesn't wo

Re: [JAVA3D] getCodeBase() problem in Java3D applet

2000-07-04 Thread Qiuli Sun
, 2000 7:11 AM To: [EMAIL PROTECTED] Subject: [JAVA3D] getCodeBase() problem in Java3D applet Hello, I want to retrieve the applet URL with getCodeBase() but it doesn't work with the Java3D applet. The return value is null. Has someone used this successfully. greetings Marjon van den

[JAVA3D] getCodeBase() problem in Java3D applet

2000-07-04 Thread Marjon van den Broek
Hello, I want to retrieve the applet URL with getCodeBase() but it doesn't work with the Java3D applet. The return value is null. Has someone used this successfully. greetings Marjon van den Broek === To unsubscribe, send e