Exec(iexplore.exe) works in IE6 but not IE7

The following statement invoked from an applet works fine with IE6 but not with IE7:
Process process = Runtime runtime.exec(iexplore.exe slicprint.html))
With IE6 the browser (iexplore.exe) is launched and the slicprint.html file is rendered (appears on screen).
With IE7 the program just "hangs", i.e.the browser does not get launched (nothing displays on the screen).

Welcome to the Sun forums. But..
>
The following statement invoked from an applet works fine with IE6 but not with IE7:>
Process process = Runtime runtime.exec(iexplore.exe slicprint.html))..please refrain from posting such rot. That statement could not compile, let alone run.
Instead, it is better to [copy/paste errors and code snippets,|http://pscode.org/javafaq.html#exact] or better still, post an SSCCE of failing code.
Hmm.. and just so we are all clear. Why exactly are you not calling [AppletContext.showDocument(URL)|http://java.sun.com/javase/6/docs/api/java/applet/AppletContext.html#showDocument(java.net.URL)] to achieve this functionality that has been available to sandboxed applets since Java 1.1 and works, most of the time, cross-browser and cross-platform?

Similar Messages

  • Flash website working in FF but not IE7

    www.gamespamusic.net is
    working in FireFox but not working in IE7 I dont know whats going
    on here. Can someone help me with this??? Im trying to figure this
    out but its seems like i cant lol. Please HELP

    Ive also had others try it in both IE7 and FF and they come
    up with the same problem where the screen is white in IE7 and it
    works in FF. I dont know what the problem is.

  • NavURL  works in IE6 but not in appletviewer

    The samplecode "NavURL.java" works fine with IE but not with appletviewer.
    When you run in IE you get a list with URL-addresses, when you mark one of them and click a button(load doc), a new window is opened with the specific website.
    In appletviewer, the new window isn't opened. What might be wrong? What shall I do?

    AppletViewer isn't a browser so probably won't support things like redirecting to HTML pages or opening new windows (although I must admit I've not used it for a couple of years now).
    It's only really there to provide a runtime environment for Applets like you'd find in a browser. Noone's going to run your Applet in AppletViewer anyway - they'll all use a browser - so if it works in browsers then it's good enough.
    Hope this helps.

  • Moodle grading works in IE6 but not Firefox 3?

    I am new to Captivate, and I have conducted searches in Adobe's and Moodle's forums and have not found a resolution to this problem.
    I have a quiz created in Captivate 4 that I am uploading to Moodle 1.9.1. The quiz displays, but the grades are not reported to Moodle when completed in Firefox or Safari. Interestingly, IE6 reports the quiz scores as expected.
    I've seen some discussion of this problem, but no solutions. Surely others have used Captivate to create quizzes in Moodle? Any help is greatly appreciated!
    - Rob

    Hi Rob,
    I'm trying out your settings as well as the settings posted on this thread: http://forums.adobe.com/message/892822#892822
    My question is, in your instructions there are no checkmarks or visual marker to tell me whether these two settings should be checked or unchecked? (Maybe there is and it's not showing up on my browser)
    LMS Customization Settings:
    Never Send Resume Data
    Escape Vars & Session ID
    Please let me know when you get a minute? And after I do the testing I'll report back whether this helps. For background, I'm having two issues with using FF:
    1. The sco data for interactions are not being stored if using FireFox as the browser. Worked on IE8.
    2. The scorm calls for FF/Opera take longer so user actions (like closing the course window) may interrupt these calls and so they are not stored in the LMS.
    Thanks for the info in this thread btw!

  • Link calling .exe works in XP, but not in Vista or 7?

    I am very new at Flash.  I created an autorun menu where you can choose to install the software, view different .pdf manuals, or exit out.  Everything works great in XP, but when I try to use it on a Vista or 7 machine, the installer doesn't work.  Everything else works fine, but the link to the setup.exe does nothing when you click it.  Can anyone help me?
    Thanks!

    Hi Cris,
    Thanks for the report. We have been able to reproduce the problem with your pages and are investigating the problem and looking for a solution. I'll post here when we have an answer

  • Java.lang.StackOverflowError in IE6 but not IE7

    Hi
    We have a report on our production 2004s system, which, when executed in Internet Explorer 6 gives the error "java.lang.StackOverflowError".
    When the same report is executed on a machine with IE7, no error.
    We have 2 laptops with the same spec, different browser types, and again, it breaks on the IE6 machine, and not the IE7 machine (logged in as same user, so not a data / auths issue).
    This error is odd to me, because it looks like a Java error, but seems to be machine specific.
    Any ideas?
    Cheers,
    Andrew

    Its a template which is running, so there was no debugging happening at the time.
    My first thought was perhaps it was something to do with variable calculations which get done in the background, but that won't explain why it works on the IE7 machine and not the IE6 machine.
    Here is the entire error dump:
    [code]The initial exception that caused the request to fail was:
    java.lang.StackOverflowError[/code]
    [code]com.sap.ip.bi.base.exception.BIBaseRuntimeException: Unknown Error     at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:2629)     at com.sap.ip.bi.webapplications.runtime.impl.Page.doServerRedirect(Page.java:3327)     at com.sap.ip.bi.webapplications.runtime.impl.Page.doProcessRequest(Page.java:3551)     at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:2551)     at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.doProcessRequest(Controller.java:956)     at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.processRequest(Controller.java:842)     at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.handleRequest(BIRuntimeService.java:473)     at com.sap.ip.bi.webapplications.runtime.jsp.portal.components.LauncherComponent.doContent(LauncherComponent.java:21)     at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)     at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)     at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)     at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)     at java.security.AccessController.doPrivileged(AccessController.java:242)     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365) ..... [/code]

  • SetXPath works in FF2, but not IE7

    consider this XML:
    ======================================================================
    <images>
    <image name="01.jpg" width="267" height="270">
    <caption></caption>
    <tags>
    <tag>Family</tag>
    <tag>Fun</tag>
    <tag>Fred</tag>
    </tags>
    </image>
    <image name="02.jpg" width="267" height="270">
    <caption>My Caption here</caption>
    <tags>
    <tag>Sun</tag>
    </tags>
    </image>
    </images>
    ======================================================================
    I am using that as the dataproivder for a Spry dataset.
    I have the following html:
    ==========================================================================================
    <html>
    <head>
    <title>Gallery</title>
    <script type="text/javascript"
    src="/bin/spry/includes/xpath.js"></script>
    <script type="text/javascript"
    src="/bin/spry/includes/SpryData.js"></script>
    <script type="text/javascript">
    var dsImages = new
    Spry.Data.XMLDataSet("/gallery/gallery.xml","/images/image");
    var dsTags = new
    Spry.Data.XMLDataSet("/gallery/gallery.xml","/images/image[@name='01.jpg']/tags/tag");
    function handleNameClick(row)
    dsImages.setCurrentRow(row);
    dsTags.setXPath("/images/image[@name='" +
    dsImages.getCurrentRow().@name + "']/tags/tag");
    </script>
    </head>
    <body>
    <table>
    <tr>
    <td>
    <div spry:region="dsImages">
    <span spry:repeat="dsImages"
    onclick="handleNameClick('{ds_RowID}');">{@name}<br></span>
    </div>
    </td>
    <td valign="top">
    <span spry:detailregion="dsImages">
    <p>
    <img src="/galleryimages/{@name}">
    </p>
    <p>
    {caption}
    </p>
    </span>
    <!---
    --->
    <div spry:region="dsTags">
    Example Of:<br/>
    <span spry:repeat="dsTags" >
    {tag}<br>
    </span>
    </div>
    </td>
    </tr>
    </table>
    </body>
    </html>
    ==================================================================================
    In Firefox2, it works fine, where you click on the image
    name, and the image is displayed, but if try it in IE7, it doesn't
    work.
    I have tracked it down to the "setXPath" function.
    If I comment out the "setXPath" IE starts working, but I
    loose functionality...
    I'll see this up on a URL so you can have a look at it.
    Will post the URL shortly

    Hey,
    The problem in IE isn't that the data isn't updating.
    It doesn't get that far. (or did it work for you?)
    In FF it does work OK, in IE I get the lovely red error at
    the bottom right saying it has no data...
    I tried putting the .loadData() as per another thread I
    found, and it didn't help.
    What is a bit confusing is that the function
    "handleNameClick" doesn't fire until something is clicked, but the
    error occurs as the page loads.
    If I comment out the line like this:
    // dsTags.setXPath("/images/image[@name='" +
    dsImages.getCurrentRow().@name + "']/tags/tag");
    the page loads OK, but the tag display doesn't.
    Just found one more thing too.
    In IE a JS error is thrown.
    Line:19
    Char: 75
    Error: Condition compilation is turned off
    Code: 0
    URL:
    http://harrisfamily.net.nz/sprydemo/gallery.html
    PS: I attempted to change my Screen name, but it seems I
    can't! So I'll have to stay "Me" :-)

  • Font-weight:bold;  - works in firefox, safari, internet explorer 6 BUT NOT ie7

    font-weight bold; on an external css style sheet is working in every browser (INCLUDING ie6) but NOT ie7?
    I just don't get it. It even works in ie6.
    NOTE:   One thing I should mention is that I have a conditional Internet Explorer statement, for a Internet Explorer-specific style sheet that targets ie6 and ie7.
    But I don't think that's the issue because every other style is working properly EXCEPT font-weight:bold. This is absolutely maddening.
    I tried searching around for solutions and the only lead i found was writing  [  font-weight:bold !important;  ]  using that '!important' statement I thought would somehow force ie7 to acknowledge it. But no dice. It failed.
    Here is the accursed code:
    #date {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold !important;   /*   bold not showing up in ie7 !!!  */
    font-size:.85em;   /*  Is font-size affecting bold in ie7 ?? - was 85%  */
    color:#000000;
    text-transform:uppercase;
    margin-bottom:-.75em;
    margin-top:6em;
    Again, it works in every browser, including ie6...BUT NOT in IE7.
    Any help will keep me from pulling my hair out. Thanks.

    So it's still not BOLD in ie7.
    - My css is validated.
    - My HTML still shows 19 errors with 3 warnings, which is down from 31 errors with 3 warnings.
    • Although most of these errors are directly from the 'Active Content' JavaScript that Dreamweaver places within your HTML when you insert Flash SWF files on your page. So I don't think I can even correct that.
    • The next series of errors concern the P element. Which I think are because in 5 Paragraphs in a row, I gave them each the same relationship attribute (rel="lightbox[blog02]"). Why else would these paragraphs come up as errors when every other paragraph is perfectly fine? The errors the validator says are happening, aren't happening. It says that certain P tags aren't closed and it's not true, I can see with my own eyes that they are. I think the 'rel' values are confusing the validator?
    All the major errors I took care of though. I replaced all the repeating ID attributes with CLASS attributes. I really thought that would have done it, but no. However, at least I'm no longer getting ID errors when attempting to validate.
    So now I'm stumped.
    I have no clue what to do next with something I thought would be so simple. I mean give me a break. I'm just trying to BOLD a line of text...smh.
    So currently every browser, including the illicit ie6, shows the BOLD...BUT NOT IE7.
    Sorry for the all caps, it's just so ridiculous to me.
    Although I learned that validating your styles and sites is an important step in publishing your site. I also learned how to properly use ID and CLASS attributes.
    However if anyone out there can point me in the right direction, it would still be very much appreciated. Thanks.

  • Flash Player works in Safari but not Internet Explorer 9

    I've installed Flash Player 10.3 and it works in Safari but not Internet Explorer 9. When I look in Manage Add-Ins I see Flash Shockwave but not Flash Player. My operating system is Windows Vista Ultimate (32bit). Safari is 5.0.5 and IE 9 is 9.0.8112.16421. I've tried uninstalling and re-installing Flash Player and uninstalling Norton 360. Nothing has worked so far. Can you help?

    Thank you for your reply. Shockwave is loaded and enabled.
    The files in flash directory are: a folder called FlashPlayerTrust: file, flash10q.ocx: file, FlashInstall.log; file, FlashUtil10q_ActiveX.dll; file, FlashUtil10q_ActiveX.exe, file, install.log.
    There is no file: NPSWF32.dll.
    When I test the browsers I get no spinning logo in either Safari or IE9. Safari says: missing plug-in, where I think the logo should be. IE-9 says nothing at the same location.
    Thanks.

  • Applets work in NS but not in IE

    Hello,
    I would very much appreciate tips on setting up sun java so that I can make applets that work in IE.
    Now, my IE have no problems with applets found on the web, for example this one is ok:
    http://java.sun.com/applets/jdk/1.1/demo/Animator/example1.html
    But, the examples installed with j2sdk1.4.1_07 will only work in Netscape. In IE these applets just display a grey applet area. (IE6/XP and IE5.5/Win98)
    So far:
    Have read installations instruction and ReadMe files. Installed j2sdk1.4.1_07, added PATH, code compiles fine. Console programs work ok. I also compiled a Hello World applet, which also worked in NS, but not in IE.
    Any help greatly appreciated.

    Me again...
    Right... Maybe I am answering my own question here? It seems that the programs compiled with j2sdk1.4.1_07 will NOT run under the JVM 1.1.4 from Microsoft Corp?
    So, anything that I compile with the later sun package will most likely fail on IE browsers unless the user have upgraded their JVMs?
    If so, then what version of Sun Java can be recommended to achieve reasonable amount of compatibility with the IE5.5 and IE6 that are out there?

  • Slide show works on PCs but not on Macs

    A parent at the school where I teach has just created a
    website for us. She used Dreamweaver and photoshop to create it.
    There are some pages where there should be a looping slide show
    (that runs on its own). These slide shows work on PCs but not on
    Macs (it just stays on one photo on Macs). For the slide show she
    "just added a timeline to the jpg image, changing the imagesource
    every 60 frames, that you can do in dreamweaver." Is there some way
    to fix this so it works on both?
    Here's the school's website: www.smash.smmusd.org

    Unfortunately, the timeline function may not be the best way
    to do this.
    Notwithstanding Joe's comments about 508 compliance, there
    have been issues
    reported in the past regarding the use of timelines on Macs.
    It may be
    better to seek some 'banner rotation' scripts using Google,
    and replace the
    timelines with that script. Your volunteer may or may not
    know how to do
    that....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Joe Makowiec" <[email protected]> wrote in
    message
    news:[email protected]..
    > On 16 Jun 2007 in macromedia.dreamweaver, Mana Hale
    wrote:
    >
    >> A parent at the school where I teach has just
    created a website for
    >> us. She used Dreamweaver and photoshop to create it.
    There are some
    >> pages where there should be a looping slide show
    (that runs on its
    >> own). These slide shows work on PCs but not on Macs
    (it just stays
    >> on one photo on Macs). For the slide show she "just
    added a timeline
    >> to the jpg image, changing the imagesource every 60
    frames, that you
    >> can do in dreamweaver." Is there some way to fix
    this so it works on
    >> both?
    >>
    >> Here's the school's website: www.smash.smmusd.org
    >
    > I'd worry about accessibility/Section 508 issues before
    I worried
    > about slideshows. That page is all images.
    >
    >
    http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&url1=http%3A%2F%2Fwww.sma sh.smmusd.org%2F
    >
    http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=2&url1=http%3A%2F%2Fwww.smas h.smmusd.org%2F
    >
    > --
    > Joe Makowiec
    >
    http://makowiec.net/
    > Email:
    http://makowiec.net/contact.php

  • Custom F4 help in a BSP application working in Mozilla but not in IE

    Hi,
    I have created a custom F4 help in a BSP application.
    It is working in Mozilla but not in IE. I tried enabling javascript as well but still it is not working.
    Can someone please suggest a possible solution for this?

    Hi,
    See simmilar discussion in thread /thread/1883519 [original link is broken]
    I think this may be helpful for you.
    Thanks,
    Chandra

  • Why does the counter work in MAX, but not Labview?

    Please help, I have been away from Labview for over 3 months, and I am quite rusty....
    Last year, I successfully configured NI9401 to measure period (seconds) by counting the rising edges of my sensor signal.  Since then, I have aquired a new PC, and loaded all my software into it, including the Labview VI's that successfully worked on the old computer.
    I can see the digital signal using MAX and the test panel for the NI9401, so, I know my wiring and my TTL signal is OK, but, when I try to run the attached VI, nothing happens except the error below..  How do I tell this VI to look for the signal on MOD3/CTR0 and channel 14?
    Thanks. I am sure it is a small adjustment...this worked fine a few months ago...not sure what is wrong now.
    Thanks,
    Dave
    Solved!
    Go to Solution.
    Attachments:
    continuously measure period buffered_singlechannel_forum_feb_23_2012.vi ‏20 KB

    OK, now.  Resolved the issue. The vi is fine, but, some shaky wires were identified...worked in MAX but not in the vi.  Now that the connections have been tightened up, it works for both.  Sorry for the inconvenience.
    Dave

  • Works on emulators but not on mobile devices

    Hello,
    My project works on emulators but not on mobile devices (no image and on Samsung it says "unsupported file").
    Please help, I don't know what to do. My configurations: MIDP 2.1, CLDC 1.1.
    Thanks in advance.
    Edited by: Vitali.pom on Oct 27, 2011 12:01 PM

    Edit: I succeeded to solve it accidentally. I did the following: Sign the jar in Netbeans, clean and build, the jar didn't work, I wiped out the .ks from the jar and clean and build again. Now it worked.
    Edited by: Vitali.pom on Oct 30, 2011 1:28 AM

  • Wifi works at home but not when away from home

    My Wifi works at home but not when away from home, what is wrong?  I thought with a phone plan I didn't need to have a wifi connection.

    You either need WiFi or Cellular (or both). If you have neither, you can't connect to the internet.
    Most people use WiFi at home and Cellular while away from home, or connect to public WiFi networks where there are some.

Maybe you are looking for

  • Event Handling: Save/Save as

    Hi everyone, is there any way to process Photoshop events before they are actually handled by photoshop? What I mean is, e.g. when the user saves a file I want to prevent the whole save process given certain circumstances. I have a working notifier f

  • Photoshop CS5.1 Multiple Brush Preset Import

    Hi there, I assumed that simply copying my brushes to C:\Program Files (x86)\Adobe\Adobe Photoshop CS5.1\Presets\Brushes would mean that these files would now be available to me. However, this is not working for me. Am I copying my brushes to the inc

  • Oralce 10g client configuration

    hello everybody, i installed oracle 10g cleint in my local system.when i configured net manager assistant am getting ora-12170: TNS : connected time out .How can i rectify these error. regards, Anil.

  • Add fcodes to a context menu at runtime

    Hi, How do i add fcodes to a context menu at runtime. regards kaushik

  • "Save for web and devices" making images saturated

    I have been using the "save for web and devices" option for quite some time but suddenly it has started to make all images very saturated compared to the actual file. I made no changes to the output settings or the color management settings. Even whe