[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[x3d-public] RE: SimpleSAIDemo doesn't work



Thanks, Valetim, by following your instruction, I can run them, but one more
question is that in the example, a .x3dv file is loaded, I made some .x3d
files from Vizx3d, and it seems none of them can be loaded from Xj3D, the
way I load the .x3d file is just change the .x3dv file to the .x3d file I
want to load, so how can I load a .x3d file from Xj3D?

Thanks again

David

-----Original Message-----
From: Jose Valentim Dos Santos Filho [mailto:valentim@laas.fr]
Sent: Friday, September 23, 2005 4:15 AM
To: dddu88@cox.net
Subject: Re: SimpleSAIDemo doesn't work


Hello, just put the files in the CLASSPATH doesn't resolve the problem.
 you must copy some files in java's
directories(you must have xj3dM10):

All the jar files in xj3d/jars/*.jar copy in <jre's DIRECTORY>/lib/ext/
And the dll files in xj3d/bin/*.dll copy in <JAVAHOME>/bin/

And use this to Compile

javac -classpath
.;apps/browser/xj3d_browser.jar;apps/browser;jars/vecmath.jar;jars/gt2-main.
jar;jars/opengis.jar;jars/units-0.01.jar;jars/aviatrix3d-all.jar;jars/dis.ja
r;jars/gnu-regexp-1.0.8.jar;jars/httpclient.jar;jars/j3d-org-images.jar;jars
/j3d-org.jar;jars/jinput.jar;jars/jogl.jar;jars/joal.jar;jars/js.jar;jars/dx
input.jar;jars/jutils.jar;jars/odejava.jar;jars/uri.jar;jars/vlc_uri.jar;jar
s/xj3d-common.jar;jars/xj3d-core.jar;jars/xj3d-eai.jar;jars/xj3d-ecmascript.
jar;jars/xj3d-external-sai.jar;jars/xj3d-j3d.jar;jars/xj3d-java-sai.jar;jars
/xj3d-jaxp.jar;jars/xj3d-jsai.jar;jars/xj3d-net.jar;jars/xj3d-norender.jar;j
ars/xj3d-ogl.jar;jars/xj3d-parser.jar;jars/xj3d-render.jar;jars/xj3d-runtime
.jar;jars/xj3d-sai.jar;jars/xj3d-sav.jar;jars/xj3d-script-base.jar;jars/xj3d
-xml-util.jar;jars/xj3d-images.jar;jars/xj3d-xml.jar;jars/log4j.jar
File.java


And for Run it, the same

Valentim.

>From: "David" <dddu88@cox.net>
>To: <valentim@laas.fr>, <giles@oz.net>
>Cc: <owner-x3d-public@web3d.org>, <x3d-public@web3d.org>
>Subject: SimpleSAIDemo doesn't work
>Date: Thu, 22 Sep 2005 23:38:51 -0400
>MIME-Version: 1.0
>Content-Transfer-Encoding: 8bit
>X-Priority: 3 (Normal)
>X-MSMail-Priority: Normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
>Importance: Normal
>X-Spam-Status: No
>X-Spam-Score: 0.999 () FROM_ENDS_IN_NUMS
>X-Scanned-By: MIMEDefang at CNRS-LAAS
>X-Greylist: Delayed for 00:15:50 by milter-greylist-2.0b5 (ombre.laas.fr
[195.83.132.132]); Fri, 23 Sep 2005 06:05:56 +0200 (CEST)
>
>Hi, José Valentim,
>
>Have you solved this problem yet? I got the same problem and I am using
>j2sdk1.4.2_07, only used xj3d-sai.jar in the classpath, it is compiled
>successfully, but it has run-time error in the SimpleSAIDemo constructor
>when it called BrowserFactory.createX3DComponent(requestedParameters).
>
>Could you or anybody help me with this problem?
>
>
>Thanks very much in advance.
>
>David
>
>
>[x3d-public] SimpleSAIDemo doesn't work too
>
>---------------------------------------------------------------------------
-
>----
>
>To: valentim@laas.fr, giles@oz.net
>Subject: [x3d-public] SimpleSAIDemo doesn't work too
>From: Jose Valentim Dos Santos Filho <valentim@laas.fr>
>Date: Tue, 12 Jul 2005 18:20:15 +0200 (CEST)
>Cc: zurloada@dei.unipd.it, x3d-public@web3d.org
>Reply-to: Jose Valentim Dos Santos Filho <valentim@laas.fr>
>Sender: owner-x3d-public@web3d.org
>size=2 width="100%" align=center>
>Hi all, me again :-((, but i try execute the SimpleSAIDemo and i have the
>following error message:
>
>java SimpleSAIDemo
>Exception in thread "main" org.web3d.x3d.sai.NotSupportedException: Default
>Browser implementation cannot create browser reference
>        at
>org.web3d.x3d.sai.DefaultBrowserImpl.createComponent(DefaultBrowserImpl.jav
a
>:53)
>        at
>org.web3d.x3d.sai.BrowserFactory.createX3DComponent(BrowserFactory.java:185
)
>        at SimpleSAIDemo.<init>(SimpleSAIDemo.java:38)
>        at SimpleSAIDemo.main(SimpleSAIDemo.java:64)
>
>Is it the same java version problem  (java 1.5) ??????????/
>
>Someone have any idea ??
>
>Thanks,
>
>José Valentim (desesperated :-(!)
>
>
>>Date: Tue, 12 Jul 2005 18:12:32 +0200 (CEST)
>>From: Jose Valentim Dos Santos Filho <valentim@laas.fr>
>>Subject: Re: [x3d-public] Applet error!
>>To: valentim@laas.fr, giles@oz.net
>>Cc: zurloada@dei.unipd.it, x3d-public@web3d.org
>>MIME-Version: 1.0
>>Content-MD5: jJXDHrffqfPLvPrQZMvwWQ==
>>X-Spam-Status: No
>>X-Spam-Score: 3.665 (***) MSGID_FROM_MTA_SHORT
>>X-Scanned-By: MIMEDefang at CNRS-LAAS
>>
>>Thanks Alann, then, what do i do ? i must use an another java version with
>Xj3D
>>M10 ? Which java version you suggest ?
>>
>>Thanks,
>>
>>Valentim.
>>
>>>X-ClientAddr: 203.27.111.4
>>>Date: Fri, 08 Jul 2005 08:26:43 -0700
>>>From: Alan Hudson <giles@yumetech.com>
>>>User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3)
>>Gecko/20040910
>>>X-Accept-Language: en-us, en
>>>MIME-Version: 1.0
>>>To: Jose Valentim Dos Santos Filho <valentim@laas.fr>
>>>CC: zurloada@dei.unipd.it, x3d-public@web3d.org
>>>Subject: Re: [x3d-public] Applet error!
>>>Content-Transfer-Encoding: 7bit
>>>X-Scanned-By: MIMEDefang at CNRS-LAAS
>>>X-Scanned-By: MIMEDefang 2.52 on 203.27.111.4
>>>X-OutofControl-MailScanner-Information: Please contact the ISP for more
>>information
>>>X-OutofControl-MailScanner: Not scanned: please contact your Internet
>E-Mail
>>Service Provider for details
>>>X-OutofControl-MailScanner-SpamCheck: not spam
>>>X-MailScanner-From: giles@yumetech.com
>>>X-Spam-Status: No
>>>X-Spam-Score: 0 ()
>>>
>>>Jose Valentim Dos Santos Filho wrote:
>>>
>>>>Hi all, i can't execute the Applet (attached) neither over Win or over
>>Solaris.
>>>>I have the follow error code:
>>>>
>>>>Zurlo can run it with no problems!
>>>>
>>>>
>>>>
>>>Looks like you have a 1.5 compile class running on a older JVM.  If you
>>>are running from Xj3D M10 then I know it doesn't contain 1.5 code.
>>>Whatever class Webxj3d is is compiled in 1.5
>>>
>>>-------------------------------------------------------------------------
>>>for list subscription/unsubscription,
>>>go to
>http://www.web3d.org/cgi-bin/public_list_signup/lwgate/listsavail.html
>>>
>>
>>
>
>
>
>




-------------------------------------------------------------------------
for list subscription/unsubscription,
go to http://www.web3d.org/cgi-bin/public_list_signup/lwgate/listsavail.html