IE 10 on Windows 7 - 64bit: Pointing to Java 32-bit or 64-bit

Hello,
I have a Windows 7 64-bit machine with IE10 currently installed.  I also have Java 32-bit and Java 64-bit installed on the machine, as both are necessary for an array of applications.
I have an application that must be invoked with Java 32-bit.  When trying to open the application I am receiving a "cannot load 32bit dll on..."
I realize this exception is because the application is trying to be opened using the Java 64-bit version and this will not work.
Is there a way to set IE10 so it uses the 32-bit version of Java when trying to open this specific application, other than editing the registry settings on the machine?

Hi,
File>Properties
what IE security zone does your page map to?
Tools>Internet Options>Security tab, security zone... by default Enhanced Protected mode is turned off for the Trusted and Intranet zones...
If your java rt app requires the 32bit environment... (viz will not run within a x64 browser process)..
then you need to add a feature test to your page.
If(navigator.platform.indexOf('32')>-1){// show message that browser is using an incompatible platform)
Usually IE will show a warning asking to remove a site from EPM (64bit mode), if it detects that no x64 bit version of the Java RT is available (installed/enabled).
Post questions about html, css and scripting for website development to the IE Web Development forum... include with your questions a link to your website or a mashup.
Regards.
Rob^_^

Similar Messages

  • Install Oracle Clusterware/RAC  Windows x32bit or Windows 64bit ?

    Hi,
    What is your suggestion to install Oracle Clusterware RAC on Windows.
    Why choose Windows 32 bit ?
    Why choose Windows 64 bit?
    What are the advantages and disadvantages?

    Hi,
    I definitely recommend 64bit Windows, the principal reason is memory addressing limitation.
    In my standpoint do not exist benefits to use Windows 32bit with Oracle Clusterware/RAC.
    32-bit processors have address registers that are 32-bits wide (can address up to 4GB physical RAM).
    You can to use a workaround by enabling the addressing of more than 4GBytes using parameters in Windows (AWE/PAE). But if I want to use more than 4Gbytes, I'll go to Windows 64bit.
    The 4GB addressable space per process is divided into system and user space. By default, the system space is 2GB and the private user space is 2GB. Each user process shares the same 2GB System address space.
    The services of the Clusterware, ASM and Listener will consume at least 1Gbyte of memory initially.
    If you create an instance to to use 1Gbytes and you have 50 connections you will have problems with connections to the database raising the following error.
      TNS-00510: Internal limit restriction exceeded
        32-bit Windows Error: 8: Exec format error
    TNS-00507: Connection closed
        32-bit Windows Error: 109: Unknown errorReason: Problems of memory usage. i.e. Out of Memory.
    Another point:
    With Windows 32-bit using Clusterware/RAC 11.1 you can set Automatic Memory Management(AMM) feature (MEMORY_TARGET) but you cannot use if you create 2 Instances on same Host.
    Check this note..
    *ORA-27102, OSD-00031 Unable To Extend Memory_max_target And Memory_target Past 2GB [ID 842881.1]*
    Oracle Solution: Please install the 64-bit OS on 64-bit server, hence there is no memory limitations
    I belive that is reason wich Oracle not support Oracle Grid Infrastructure 11.2 on Windows 32-bit. You cannot use ASM 11.2 on Windows 32-bit.
    Definitely do not exist reason for me to to use Windows 32bit to support Oracle Clusterware.
    There are lot services involved  wich require memory and a big limitation of memory on 32-bit.
    At present all latest CPUs support 64bit. Then install Oracle Clusterware/RAC x64, even when you are use less than 4GBytes memory, you only have benefits.
    Benefits of Use 64-bit are:
    64-bit versions of Windows have implemented up to 16 terabytes of virtual address space
    64-bit programs use the 16 terabyte tuning model (8TB user / 8TB kernel)
    No performance penalties for large memory
    Unlimited user connectivity
    64-bit Windows versions allow addressing of large physical memory sizes without using PAE
    *Windows Memory Configuration: 32-bit and 64-bit [ID 873752.1]*
    This document gives a better understanding of my perspective.
    http://levipereira.wordpress.com/2011/02/12/comparison-of-32-bit-and-64-bit-oracle-database-performance-on-the-dell-poweredge-6850-server-with-microsoft-windows-server-2003/
    Regards,
    Levi Pereira

  • Popup window null pointer exception

    Hi,
    I have created a web dynpro application like this: a first window with a button that calls a popup with user info and telephone number and a button OK.
    When I click on OK, the popup window close perfectly, but if I click again on the button of the first page to see again the popup, I get a null pointer exception error:
    The initial exception that caused the request to fail, was:
       java.lang.NullPointerException
        at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.handle(ApplicationWindow.java:258)
        at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.handleWindowEvents(ApplicationWindow.java:239)
        at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:149)
        at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
        at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
    The popup code:
    IWDWindow myPopup = wdContext.currentPopupNodeElement().getPopupAttribute();
    if (myPopup == null)
         IWDWindowInfo windowInfo = wdComponentAPI.getComponentInfo().findInWindows("PopWin");
         myPopup = wdComponentAPI.getWindowManager().createModalWindow(windowInfo);
         myPopup.setWindowPosition(200, 200);
         wdContext.currentPopupNodeElement().setPopupAttribute(myPopup);
         wdContext.currentPopupNodeElement().setUserName("thibault");
         wdContext.currentPopupNodeElement().setUserTelNumber("01010101");
    myPopup.show();
    The close function for the popup:
    IWDWindow window = wdContext.currentPopupNodeElement().getPopupAttribute();
    window.hide();
    window.destroyInstance();
    Has any one got any solution, I would really appreciate your help.
    Thibault Schalck

    Hi,
       Try changing your code like this under popup.
            IWDWindowInfo windowInfo = wdComponentAPI.getComponentInfo().findInWindows("PopWin");
         IWDWindow myPopup = wdComponentAPI.getWindowManager().createModalWindow(windowInfo);
    wdContext.currentPopupNodeElement().setPopupAttribute(myPopup);
         myPopup.setWindowPosition(200, 200);
         wdContext.currentPopupNodeElement().setPopupAttribute(myPopup);
         wdContext.currentPopupNodeElement().setUserName("thibault");
         wdContext.currentPopupNodeElement().setUserTelNumber("01010101");
    myPopup.show();
    Kiran

  • Timesten 32 & 64 on a same box (Windows, 64bit)

    Hello !
    I need to setup TimesTen configuration on Intel 64bit Windows which should consists of 32bit client ( java application is strongly 32 bit) and 64bit TT server.
    It's everything OK when installing 32bit OR 64bit version of TT. But if i tries to istall 32 bit AFTER 64 bit, installer complains on existing 64bit installation.
    Could you give any suggestions to accomplish this task ?

    Most TimesTen functionality is identical on Unix/Linux and Windows. Unfortunately, this one aspect is significantly different. If this is something you'd like to see changed then you should contact your Oracle sales/technical account representative and ask them to file an Enhancement Request.
    Regards,
    Chris

  • Java Performance: Linux vs Windows, 64 bit vs 32 bit JVM

    I am looking for information about how Java performs on Linux vs Windows and how the results are affected when a 64 bit jvm is used.
    Disk access or IO are not important, I would really like to see some benchmarks on floating point arithmetic and/or heavy memory access, assuming that on all environments enough physical memory could be addressed so the extra available memory space for 64 bit os'es/jvm's is not important.
    I have been searching on Google but didn't find any useful recent results, only some very old stuff.
    Does anybody know how the OS and the JVM affect performance? I could imagine that Java VM's are a little less optimized on Linux because of the fact that Linux has a smaller marketshare, but maybe that is not true?
    Also I could imagine that 64 bit JVMs could be faster because they could use more cpu registers, on the other hand they could slow down a little because all memory pointers are twice as long so more data should be processed?
    Any comments are greatly appreciated!

    On the Linux vs Windows theme, you would probably find out, after much browsing & research, that there is no difference in performance or that the difference is too small to be even considered.
    On the 32-bit vs 64-bit subject, here's a recent blog that you could look at:
    http://dev2dev.bea.com/blog/patel_jayesh_j/archive/2007/09/32bit_or_64bit.html
    That blog has some links to some benchmarks, but here again, the differences are unlikely to be earth-shattering.
    Not much to add here, other than the most important improvement in performance derive from how the application is designed, and in some cases, how the JVM heap itself is configured, independently on Linux vs Win or 32 vs 64 -bit considerations.
    In a case when you would really need to know, there is no general right answer to your question, and you'd have to benchmark your specific application yourself in your specific execution environment to be able to evaluate possible benefits of 64-bit vs 32-bit.
    In conclusion, I wouldn't waste much time on all this, and you probably have better things to do yourself.

  • How to pop up a new browser window to point to an external site

    Please help. we want to popup an new browser window when click on a button and the new window is pointing to an external web site.
    I can make it work to point to an external site in the same window. But that is not we want to.
    I do see some old posting about this but it does not work for us.
    Please anyone knows the detail of the steps and code, probably including any environment setting/configuration if required, response to this thread.
    thanks a lot in advance!
    ggu

    ggu,
    This is a gimmicky solution but it works and is reusable. Copy your button template and rename it POP_UP_BUTTON. Get rid of the #LINK# substitution string and replace it with:
    window.open('#BUTTON_ATTRIBUTES#')Put the URL you want to go to in the attributes section of the button. Put something like "TO_<DOMAIN>" in the button request so it is not totally gibberish and irrelevant. This would be much nicer if the apex engine did not include the "apex.submit()" code inside of the #LINK# substitution string. Or if they provided a second substitution string just for the URL specified.
    Here is the old code:
    <button value="#LABEL#" onclick="#LINK#" class="button-default" type="button">
      <span>#LABEL#</span>
    </button>here is the new code:
    <button value="#LABEL#" onclick="window.open('#BUTTON_ATTRIBUTES#')" class="button-default" type="button">
      <span>#LABEL#</span>
    </button>Cheers,
    Tyson Jouglet
    Edited by: Tyson Jouglet on Jun 17, 2011 8:50 AM

  • Windows 64Bit Itunes Error : "THERE IS A PROBLEM WITH THE WINDOWS INSTALLER PACKAGE. A PROGRAM REQUIRED FOR THIS INSTALL TO COMPLETE COULD NOT BE RUN CONTACT YOUR SUPPORT PERSONNEL OR PACKAGE VENDOR."

    I have a brand new HP laptop windows 64bit that is having issues installing Itunes 10.6.3. Whenever attempting to install, I get the error message : "THERE IS A PROBLEM WITH THE WINDOWS INSTALLER PACKAGE. A PROGRAM REQUIRED FOR THIS INSTALL TO COMPLETE COULD NOT BE RUN CONTACT YOUR SUPPORT PERSONNEL OR PACKAGE VENDOR." I thought this was an issue with the new version, and attempted to retrieve/install older versions of Itunes and same issue occurs. I have tried other forums and resolution tips from : https://discussions.apple.com/docs/DOC-3551 and nothing still. It appears that apple installs bonjour and nothing else. I have tried extracting the itunes package and installing the executables seperately, but everytime the error stil arises. I cannot repair the apple software update as it cannot install from the error mentioned above. Looking through the logs, it shows error : 1721, problem with windows installer package.Does anyone have any suggestions on what to try?

    There are so many different error and problems peopl are having.
    This is a link to mine
    https://discussions.apple.com/thread/3467825
    I think it has to be something on Apples end.
    Hopefully they fix it soon. Ive used a few GB redownloading and Im going crazy
    hope this settles you a bit

  • I updated to itunes 11, uninstalled it according to directions, and  re-installed itunes 10.7.021 for windows 64bit.  Now Iget the message itunes library.itl cannot be read because it was created by an earlier version of itunes

    I updated my computer to Itune 11, did not like it, and uninstalled it exactly according to directions. I re-installed Itune10.7.021 for Windows 64bit, but now I keep getting the message "The file  itunes library.itl cannot be read because it was created by a newer version of itunes.  How can I resolve this problem?

    zepel has it, but perhaps some more detail will help.
    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping. In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    tt2

  • How to make use of Windows authentication from my Java application

    I have a Java application, Instead I design one more login page for my application, I want to make use of Windows Authentication.
    How should I use that windows authentication in my java application
    can any help me in suggesting a solution

    How will they be able to access your application if they aren't users of the system?

  • Windows 7 crashed after Creative Suite 6 Design and Web Premium completed an update. The only Windows restore point that worked was pre-installation of CS6 software. Now when trying to reinstall I get the 'installer failed to initialize' message. Have tri

    Windows 7 crashed after Creative Suite 6 Design and Web Premium completed an update. The only Windows restore point that worked was pre-installation of CS6 software. Now when trying to reinstall I get the 'installer failed to initialize' message. Have tried using the CC Cleaner Tool but nothing works? Any solution please. Was new computer and newly purchased CS6 software downloaded 2 days prior to the upgrade.

    make sure you follow all the steps here, Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • How to Use Windows XP theme in Java

    How to Use Windows XP theme in Java.
    I am an developing application which L&F should be like Windows XP.
    Because I am going use this application in different OS.
    Which LookAndFeel I have to use it

    try this in main:
    try {UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());}
    catch (Exception exc) {System.err.println("Eroare la incarcarea look & feel" + exc);}

  • Open a new window (new display) in Java ME - how?

    I have now done a log in screen where the user has to type a server and a port to connect to. When the user press the Connect button I want a new "window" with a TextBox to be displayed.
    The new "window" is actually a new class which contains its own startApp, pauseApp and all those overridden methods. I can make the window appear?
    I Java SE, the new window just has to extend from JFrame and then call the construktor with a reference to the new window, for instance:
    new_window_reference.setVisible(true);
    Is there any way to make an application like that in Java ME?

    Roxxor wrote:
    The new "window" is actually a new class which contains its own startApp, pauseApp and all those overridden methods. I can make the window appear?That would be another MIDlet, you can't use that.
    I Java SE, the new window just has to extend from JFrame and then call the construktor with a reference to the new window, for instance:
    new_window_reference.setVisible(true);
    Is there any way to make an application like that in Java ME?Create another Form and display it using the setCurrent() method of Display.

  • Install oracle 10g (32bits) on windows (64bits)

    hi,
    Have anyone tried installing oracle10g 32bits on windows 64bits platform before? Will it cause any problems and what are the drawbacks?
    Thanks

    hi,
    Have anyone tried installing oracle10g 32bits on windows 64bits platform before? Will it cause any problems and what are the drawbacks?
    Thanks

  • Database Migration to Windows 64bit

    Hi
    We are using Oracle11i(11.5.10.2) and Database 10.2.0.3 on windows 2000 server
    We are palnning to migrate database to windows 2003 64 bit and application on window 2003 server 32 bit
    my question here
    1)do i need to install 64 bit of MKSTool kit and VC++,Perl ,GNUMake or 32 bit Prerequisite software is enough?
    Thanks
    With Regards
    A-Z

    Hi Hussein,
    We are migrating Oracle10g 10.2.0.4 32bit on windows 2000 to oracle10g 10.2.0.4 64bit on windows 2003 server(64 bit).
    Now On Target
    1)I installed Oracle10g(10.2.0.1 x64)
    2)Need to installed Companion CD
    3) Need to upgrade patch set level to 10.2.0.4
    4)need to migrate Database from 32 bit to 64 bit(Data files)...since Source & target having same directory structures
    so i need to copy control &redo log &datafile &Configuration file(InitProd.ora and network file)
    i)Creating Windows services for database & Listener
    ii) need to start database
    iii) compile the objects
    iv)gathering statics
    5)need to enable Autoconfig
    is above procedure is correct for migration
    Please suggest me
    Thanks
    With Regards
    A-Z
    Edited by: user3308982 on Feb 7, 2011 11:15 AM

  • Oracle 11G Express Windows 64bit Version

    I've seen the thread that states that a Windows 64bit 11G Express version is planned. Can someone at Oracle please provide an update as to when it will be available? Thanks

    Hi ,
    There is a known issue with Dbcontrol when try accessing the URL via Internet Explorer
    Can you check by accessing the Dbcontrol URL via a different browser like Firefox or Chrome
    Ref
    Log in to Enterprise Manager Console using Internet Explorer 7 and higher fails with "Internet Explorer cannot display this page" or with Security Certificate Error (Doc ID 1498203.1)
    If still an issue then check the status of Dbcontrol to ensure its working fine
    SET ORACLE_HOME=<value>
    SET ORACLE_SID=ORCL
    SET ORACLE_UNQNAME=ORCL
    cd %ORACLE_HOME%/bin
    emctl stop dbconsole
    emctl start dbconsole
    emctl status dbconsole
    Regards,
    Rahul

Maybe you are looking for