Java3d in IE Explorer

I cannot run Java3d applet in my IE Explorer,I was always told that classes of Java3d were
not found,even if the demo Applet included in Java3d. I'm anxious.

Have you read my guide before you wrote anything?
My FIRST link on the guide is to the install java3d-page:
http://www.virtualexp.net/install.htm
which links directly to Sun's download.

Similar Messages

  • Not able to run Java3d on internet explorer

    Hi there,
    I have made an application using Java3D api (1.3.1). And, i have deployed it on WebLogic server. When i run this application with installed java3d environment(java3d-1_3_1-windows-i586-opengl-sdk.exe) on Internet Explorer 6.0, it works fine. But when i uninstall the Java3D environment & try to run the application i get this error ::
    java.lang.ExceptionInInitializerError
         at com.aramco.wellplot.view.multilateral.TopView.createCanvas3D(TopView.java:1054)at com.aramco.wellplot.view.multilateral.TopView.<init>(TopView.java:223)
         at com.aramco.wellplot.view.WellPlotViewer.openFile(WellPlotViewer.java:1140)
         at com.aramco.wellplot.view.WellPlotViewer.access$6000371(WellPlotViewer.java:27)
         at com.aramco.wellplot.view.WellPlotViewer$2.mouseClicked(WellPlotViewer.java:339)
         at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:208)
         at java.awt.Component.processMouseEvent(Component.java:5024)
         at java.awt.Component.processEvent(Component.java:4818)
         at java.awt.Container.processEvent(Container.java:1380)
         at java.awt.Component.dispatchEventImpl(Component.java:3526)
         at java.awt.Container.dispatchEventImpl(Container.java:1437)
         at java.awt.Component.dispatchEvent(Component.java:3367)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3214)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2938)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2859)
         at java.awt.Container.dispatchEventImpl(Container.java:1423)
         at java.awt.Component.dispatchEvent(Component.java:3367)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:190)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
    Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.awt)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)
         at java.security.AccessController.checkPermission(AccessController.java:401)
         at java.lang.SecurityManager.checkPermission(SecurityManager.java:542)
         at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1513)
         at sun.applet.AppletSecurity.checkPackageAccess(AppletSecurity.java:166)
         at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:109)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:262)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:322)
         at javax.media.j3d.GraphicsConfigTemplate3D.<clinit>(GraphicsConfigTemplate3D.java:55)
         ... 23 more
    I have included the required Java3D JAR files with my JSP page. I have also provided the DLL files but still getting the same error. The following code is written in JSP page ::
    <HTML>
    <HEAD>
         <TITLE>Application</TITLE>
    </HEAD>
    <BODY LEFTMARGIN="0" RIGHTMARGIN="0" TOPMARGIN="0" BOTTOMMARGIN="0" BGCOLOR="#C0C0C0">
    <APPLET WIDTH="100%" HEIGHT="100%"
              CODE="wellplot.view.Viewer.class"
              ARCHIVE="wp.jar,clib.jar,j3dutils.jar,j3dcore.jar,vecmath.jar, j3d.dll, j3dutils.dll, j3daudio.dll"
              CODEBASE=".">
    <PARAM NAME = "DEBUG" VALUE = 'TRUE'>
    <PARAM NAME = "USERNAME" VALUE = 'WP'>
    <PARAM NAME = "PASSWORD" VALUE = 'WP'>
    <PARAM NAME = "DB_URL" VALUE = 'ABC:1521:ORION'>
    <PARAM NAME = "RUN_ID" VALUE = '1'>
    <PARAM NAME = "PLOT_TYPE" VALUE = '<%= plotType %>'>
    </APPLET>
    </BODY>
    </HTML>
    Please help me out to resolve this exception. thx in advance.
    Regards,
    Prashant

    Prashant,
    what you are doing with the HTML-code above is to use the IE inbuilt Java VM. This VM is very old and corresponds to the Java 1.1 Specification. Java 3D requires a Java2 Platform.
    To run Java 2 Applets in IE you must use the Java Plugin JPI. I think, there is also a JPI Forum.
    In a few words: If you have installed the actual Java 2 SDK from SUN (JPI is included) you can replace the Java VM in the IEs Options Menue (there is a checkbox in the advanced options)
    To run Java 2 Applets in your customers IE you must change the applet tag in your HTML code into a Plugin-Tag. This is different for Mozilla and IE and therefore a complex task. You will find a tool named HTML-Converter within your Java home directory, which will help you to convert an applet tag into correct Plugin-Code.
    Regards,
    Oliver

  • Running a Java3D program

    Hi.
    When i try to open a java3D program, all that happens is that the application opens for a split second on a web browser and then closes the window completly. for example when i try click on any of the programs in www.virtualexp.net/Mindmelters.htm it jumps to a new screen for a second and then closes the internet explorer window.
    Would it have something to do with the settings??? I'm very confused and don't know how to solve it. If anyone at all could talk me through the steps of how to solve it then i would really appreciate it as i have a big project to do that involves java3D and really need it to work.
    Thanks a lot.
    Sharon

    You first need to make sure you have a Java2 version as
    the browser's java version. The built in VM is Java 1.1.x
    only. And then you need to install Java3D into THAT JRE
    installation, that is used by the browser. For example,
    you install into c:\jdk1.4.1 and use that installation
    as browser plugin (you can tell it to do that during the
    installation) - then you will have to direct the Java3D
    installation to be installed to the JRE in c:\jdk1.4.1\jre
    It is advisable for several reasons NOT to have any
    spaces in your path to the java installation. Installing
    to c:\program files might not be a good idea therefore...
    Jens

  • Self closing web browser when we reload a java3D applet!

    Hi,
    Recently, I opened a web site based on a new concept of sport gaming and I chose java3D for the portability and the capability to run as an applet in a web browser.
    But until now I don't know why the browser exit when we try to change the game, for example from football to basket-ball.
    After all we can always restart the browser but I don't know if it is a garbage collector problem or a browser problem, I try it with Mozilla-Firefox (Redhat and Suse) and Internet Explorer (Windows Me and 2000).
    the example code in the principal applet class is:
    public void destroy() {
    espaceBasket.destroy();
    System.gc();
    and in espaceBasket where is the universe etc. :
    public void destroy() {
    u.cleanup();
    If you want to execute the applets go to :
    www.mysportbridge.com
    Any comment...
    Thank you

    Thanks for the speedy reply.
    I understand that JCO connections should be closed properly, and I've read the attached note previously.
    What I'm actually looking for is a timeout connection for the Http/s session that can be seen in the Visual Administrator under:
    Monitoring > Services > Security > Agrregated Data > ActiveSessionsCount.
    The number of active session remains very high although there are no users logged onto the system.
    Regards
    Amesh

  • Can not see two fields in Crystal 2008 Developer explorer/designer view

    I am currently developing crystal 2008 reports against the salesforce.com database using version 12.0.0.683 CR Developer Full version. I am using an updated driver that was provided in July or Aug 08 in order to view self referencing fields. The problem is that when I try and report against one of the tables (lead history) I cannot view two of the fields (New Value and Old Value)? I can see these two field (New Value and Old Value) in the database expert as the last two fields in the actual table, but the two fields are missing when I go into the explorer/designer view. In Salesforce, these two fields can not be filtered on, but I can export all the values in this table using Salesforece Apex data loader.

    Please re-post if this is still an issue to the OnDemand Forum or purchase a case and have a dedicated support engineer work with you directly

  • Problem with jinitiator in my internet explorer

    I am using Forms and Reports 10g and Database 10g. Installed both successfully.
    When i try to run a form(even Test.fmb) , it is not working in internet explorer.... i still could not understand the problem. But, i noticed one thing... either, JInitiator is not installed or it is not invoking automatically when i run the forms... this is the problem.. can someone help me on this please?

    I am using Forms and Reports 10g and Database 10g.
    Installed both successfully.
    When i try to run a form(even Test.fmb) , it is not
    working in internet explorer.... i still could not
    understand the problem. But, i noticed one thing...
    either, JInitiator is not installed or it is not
    invoking automatically when i run the forms... this
    is the problem.. can someone help me on this please?When you say "it is not working..." what do you mean??
    What is the error message raised??
    Does the browser crashes??
    Keep in mind that to run a form from the forms builder (including test form) you must start the OC4J instance.
    Tony

  • Dism - The directory could not be completely unmounted - process explorer can't find open processes and unmounting fails

    Hi all,
    Installed WAIK on server 2008 R2 64 bit. I'm setting up some boot images, and am having a real hard time getting drivers to integrate into the driver store in the boot images.
    What I'm finding is that when adding drivers to the boot image the gui hangs part way through over 50% of the time using Dell 760 or HP NX9420 drivers extracted to pull out the inf files. It's really flakey and will work after a couple of attempts and when the wind is right.
    The main problem is that when the process fails the image is left open, so using dism to list mounted images and then umount the open images is the only way to try again.
    However, some images won't unmount and the unmount process displays the following:
    C:\Windows\system32>dism /get-mountedwiminfo
    Deployment Image Servicing and Management tool
    Version: 6.1.7600.16385
    Mounted images:
    Mount Dir : C:\Users\davros\AppData\Local\Temp\~$WDSMGMT.000
    Image File : \\DAVROS.stafflib.flinders.edu.au\REMINST\Boot\x86\Images\boot-(2).
    wim
    Image Index : 2
    Mounted Read/Write : Yes
    Status : Invalid
    The operation completed successfully.
    C:\Windows\system32>dism /unmount-wim /mountdir:C:\Users\davros\AppData\Local\Te
    mp\~$WDSMGMT.000 /discard
    Deployment Image Servicing and Management tool
    Version: 6.1.7600.16385
    Image File : \\DAVROS.stafflib.flinders.edu.au\REMINST\Boot\x86\Images\boot-(2).
    wim
    Image Index : 2
    Unmounting image
    [==========================100.0%==========================]
    Error: 0xc1420117
    The directory could not be completely unmounted.  This is usually due to applica
    tions that still have files opened within the mount directory.  Close these file
    s and unmount again to complete the unmount process.
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    Using process explorer shows no running processes that have the files open and the dism.log file shows:
    2009-12-16 11:49:35, Error                 DISM   DISM WIM Provider: PID=5580 d:\w7rtm\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimimage.cpp:75 - CWimImage::Unmount(hr:0xc1420117)
    2009-12-16 11:49:35, Error                 DISM   DISM WIM Provider: PID=5580 d:\w7rtm\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:1068 - CWimManager::InternalOpUnmount(hr:0xc1420117)
    2009-12-16 11:49:35, Error                 DISM   DISM WIM Provider: PID=5580 d:\w7rtm\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2318 - CWimManager::InternalCmdUnmount(hr:0xc1420117)
    2009-12-16 11:49:35, Error                 DISM   DISM WIM Provider: PID=5580 Error executing command - CWimManager::InternalExecuteCmd(hr:0xc1420117)
    2009-12-16 11:49:35, Error                 DISM   DISM WIM Provider: PID=5580 d:\w7rtm\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:516 - CWimManager::ExecuteCmdLine(hr:0xc1420117)
    2009-12-16 11:49:35, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
    2009-12-16 11:49:35, Info                  DISM   DISM.EXE:
    2009-12-16 11:49:35, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
    2009-12-16 11:49:35, Info                  DISM   DISM.EXE:
    2009-12-16 11:49:35, Info                  DISM   DISM Image Session: PID=5580 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect
    2009-12-16 11:49:35, Info                  DISM   DISM Provider Store: PID=5580 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
    2009-12-16 11:49:35, Info                  DISM   DISM Provider Store: PID=5580 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
    2009-12-16 11:49:35, Info                  DISM   DISM Provider Store: PID=5580 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2009-12-16 11:49:35, Info                  DISM   DISM Provider Store: PID=5580 Disconnecting Provider: Compatibility Manager - CDISMProviderStore::Internal_DisconnectProvider
    2009-12-16 11:49:35, Info                  DISM   DISM Provider Store: PID=5580 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
    Rebooting the server clears the lock, but it's really becoming a joke, as I can create a boot image with the drivers, but then going back into add another driver causes the gui to not respond.
    Any suggestions gratefully accepted. - Matt.

    Hi all,
    had same problem unmounting the wim file using Windows 7 Pro 32bit.
    My solution was: Checking for "wrong" Dism.exe
    Preparing a WinPE I followed the steps in the help of AIK. I ran the
    copype.cmd batch. When it was finished, it said that it added something
    to the path environment variable. It was clear that it did so in order
    to find the tools needed for the further steps. As long as everything
    worked, I didn't give it a second thought. Then I could not unmount the
    WIM.
    I looked at the PATH variable: NO entry pointed to the directory where
    dism.exe was in. (In my case that would have been
         c:\program files\windows aik\tools\x86\servicing
    Magically, dism.exe started from everywhere though.
    Doing a      dir c:\dism.exe /s /a     showed I had a Dism.exe in
    c:\windows\system32, as well. This one has a file size different from
    the correct one. Obviously I had started this one (because PATH points
    there).
    Starting the correct dism.exe let me unmount the WIM without problems.
    Regards,
    Robert

  • How can I open just one of my several homepages in the current tab? You can in Internet Explorer but can only open all at once in lots of tabs with Firefox?!?

    Within Internet Explorer you can click on a little arrow next to the homepage icon and a dropdown appears with a list of your homepages (I have 5). So if I want to quickly check my facebook or e-mail I can click on it and then on whichever I want to visit (both are homepages). It is much quicker than using bookmarks/typing it in and I don't like the 'permanent tab' feature as I don't want them always open. Does this feature already exist?

    You can create a folder with the home pages by using "Bookmark All Tabs" to open a specific page.
    You can place that folder on the bookmarks toolbar or use the Bookmarks menu button that you can find in the toolbar palette to get access to that folder easily.
    * Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    * "Bookmark All Tabs" can be accessed via the right-click context menu of a tab on the tab bar.
    * "Bookmark This Page" can be accessed via the right-click context menu of that browser page.

  • Is there a way to open an existing opar file to just explore the same

    Is there a way to open a OPAR file and explore the metadata xml files in them. Does any utility in the EMPDK allow us to do the same?

    You can use unzip to extract files from an opar file.
    Ex:
    unzip <opar file>
    Regards,
    - Loc

  • Remote Panel and Internet Explorer

    Hello. I have a problem with a Remote Panel and Internet Explorer. I create a measurement system in LabVIEW. It�s composed of a main front panel and a few subVIs with independent front panels opened from main Front Panel when I press appropriate button. As a local system everything works ok but I try to create a web version of this system. I decide that I can use a Remote Panel. In Web Publishing Tool I was creating a web page for each of Front Panel. I try to have the same functionality as in local system, so when in Front Panel (opened in Internet Explorer window) I press appropriate button I want to open secondary Internet Explorer window with a subVI inside. And now I�m stuck because I can�t open this secondary window in a network w
    orkstation. Has anyone have an idea how can I do it?

    > Hello. I have a problem with a Remote Panel and Internet Explorer. I
    > create a measurement system in LabVIEW. It?s composed of a main front
    > panel and a few subVIs with independent front panels opened from main
    > Front Panel when I press appropriate button.
    I think you have two options. You can open most modal subVI panels
    directly on a remote machine. The popup panels won't be in a web page,
    but it will work with few changes.
    A second approach would be to change the app slightly. The buttons that
    launch the subVIs will turn into URL links. The links will open a web
    page with a different embedded panel.
    Greg McKaskle

  • While generating a crystal report can we edit database fiels in field explorer (at middle can we edit database fields)

    while generating a crystal report can we edit database fiels in field explorer (at middle can we edit database fields)

    Wrong forum to post the question, try to post the question in crystal reports community.
    Its not possible to edit the database fields while creating the reports, its only used to call the rows of values in it. Can you explain me in detail what are you actually looking for .
    --SumanT

  • While generating a crystal report can we edit database files in field explorer ?

    Hi,
    while generating a crystal report can we edit database files in field explorer (at middle can we edit database fields)
    Regards,
    Mahendra

    Wrong forum to post the question, try to post the question in crystal reports community.
    Its not possible to edit the database fields while creating the reports, its only used to call the rows of values in it. Can you explain me in detail what are you actually looking for .
    --SumanT

  • Ipod isn't recognized by windows 7 explorer or itunes help!

    Okay so it started I was cleaning out my computer in the 'delete programs' section of control panel. I found something called 'asmedia asm104x' it looked rather
    suspicious so I deleted it. After that my ipod just suddenly stopped charging from Itunes so I was like "ok thats weird." I looked at itunes and it wasn't found then I looked on Windows explorer and it wasn't there either so then I just thought "Ok I'll restart and see what happens." so  I did that and as soon as my computer rebooted my ipod was charging so I felt relieved and then when it got to the windows logo during start up it just stopped charging. So I looked into the issue and checked a bunch of things, I ran diagnostics I tested the cable and usb ports etc... it was all fine I even tested it on my Asus touch screen lap top and it charged there so I looked further into it and narrowed it down to uninstalling Itunes so I did that. TWICE. I cleared everything; I looked all around my computer for itunes related stuff and I'm am 100% sure I deleted EVERYTHING to do with Apple. Then I installed it and Itunes for the second time I opened it everything was still there. I'm really frustrated and I have already looked at almost all the threads about this subject yet they all link back to the one tutorial on how to fix it so please don't just link me to one of the apple tutorials with no information. I want to know whats going and how I can fix it, please tell me if I need this 'asmedia' program and if so what version or whatever. Please help me I am rather desperate.

    Googling shows that the "program" is the driver for the USB host controller on your computer.
    If y have a ASUS motherboard then:
    http://www.driversguru.com/manufacturer/ASUS-tag-USB
    http://support.asus.com/download.aspx?SLanguage=en&m=Z9PE-D8+WS&os=29

  • Ipod not recognized by itunes or explorer (windows)

    Hello,
    My iPod is not being recognized by iTunes or internet explorer. It used to, but not anymore. It just dosent show up when I connect it to my computer. Also, the "do no disconnect" sign does not appear on my iPod when I connect it. It is still able to recharge, though.
    I read that I have to restore it. I have tons of songs in my iPod that I do NOT want erased! How can I back these songs up? I have some songs on my iPod that are from another person's computer, so if they get erased, the songs are gone forever.
    Please help, thanks.

    Hello,
    My iPod is not being recognized by iTunes or internet
    explorer. It used to, but not anymore. It just
    dosent show up when I connect it to my computer.
    Also, the "do no disconnect" sign does not appear on
    my iPod when I connect it. It is still able to
    recharge, though.
    have u tried a different usb port?
    I read that I have to restore it. I have tons of
    songs in my iPod that I do NOT want erased! How can
    I back these songs up? I have some songs on my iPod
    that are from another person's computer, so if they
    get erased, the songs are gone forever.
    try this http://www.copypod.net/
    Nano 4GB black|Moto RAZR V3 black| PSP| all kinds of cases for nano|radio/remote   Windows XP   <img src="http://i36.photobucket.com/albums/e13/superman5656/c.jpg" ="right"

  • Hello and good afternoon, my IPod Touch is neither in windows explorer nor in iTunes to be seen. When I turn my IPod on, i shall connect it to my computer; but when I do so, nothing happens. What can I do, please ???

    Hello and good afternoon, my IPod Touch is neither in windows explorer nor in iTunes to be seen. When I turn my IPod on, i shall connect it to my computer; but when I do so, nothing happens. What can I do, please ???

    Take a look at the troubleshooting steps provided by Apple in this support article:
    http://support.apple.com/kb/TS1538
    Hope those help.
    Your iPod touch will never appear in Windows Explorer, by the way. It doesn't have the "disk mode" that the older iPods did.
    Regards.

Maybe you are looking for

  • Pie chart with both text and value

    Hi, I want the pie chart to contain both the text and value how is this possible when I look at the optiond for chart I was able to select only one thing at a time both not both the things at a time ,please let me know how is this possible Thanks Pri

  • Lightroom 2.1 vs. Photoshop CS4 (x64 & i386)

    I would like to keep both the 32 & 64 bit versions of Photoshop CS4 loaded on my machine BUT be able to EASILY specify which to use as the default "edit in Photoshop" when using Lightroom. Right now Lightroom seems to pick the x64 version of Version

  • New 160 Gb iPod won't charge (it is not  a dead battery!!!)

    Aprox 3 months a go I bought a brand new 160 Gbytes Black iPod that I fully charged only 2 times. So, believe me, it is really new! Suddenly, I noticed that the battery meter was not moving while charging it (connected to power outlet), I tried using

  • Allow outdated plugins to run

    I recently jumped from FF v14.0.1 to the current one. I have most of the old settings back but I can't find any information about allowing outdated plugins to run automatically. I click on "Allow and Remember", and the browser remembers for that sess

  • BridgeCS3 -How to save a Slide Show?

    Is there any way to save a slide show made in Bridge CS3. I need to use Bridge's Revolving Door transition. I cannot find a similar transition in any other software that supports slideshows.  Perhaps someone knows of a script or an action that simula