Troubles java plugin -  automatic download

Hello,
I' ve followed the instructions in the section "plugging into swing"
and use this HTML to let the user download the VM automatically.
However in WIN98 en WIN2000, it causes a lot of troubles, the VM download succeeds but the applet doesn't run well.
Is there something wrong with this code? (Or is there an other way to automatically download the plugin?)
When you manually install the plugin, the applet runs fine.
Thanks a lot,
Liesbeth
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
     width="600" height="400" align="middle"
     codebase="http://java.sun.com/products/plugin/1.2/
     jinstall-12-win32.cab
     #Version=1,1,2,0">
<PARAM NAME="code" VALUE="farmApplet.class">
<PARAM NAME="codebase" VALUE="classes/">
<COMMENT>
<EMBED type="application/x-java-applet;version=1.2"
     width="600" height="400" align="middle"
     code="farmApplet.class"
     codebase="classes/"
     pluginspage="http://java.sun.com/products/plugin/
     1.2/plugin-install.html">
<NOEMBED>

Hi johndoe3815. You can check out how to download and install Java for Firefox in this page:
https://support.mozilla.org/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox?s=Java+Plugin&r=0&e=es&as=s#w_installing-or-updating-java

Similar Messages

  • Hi, I have the newest update of Fire Fox which is 10.0.2. I can't get the Java plugin to download to Firefox.

    I am wanting to get Java working on Firefox so I can utilize chat rooms and other programs that use Java, and no it is not Javascript that I am talking about. Every time I go to a site that utilizes Java it tells me that I need to download the Java plugin. When I click on the link it starts to download the Java plugin, but instead of installing the plugin it installs Java for Internet Explorer instead.
    Ken

    Hi johndoe3815. You can check out how to download and install Java for Firefox in this page:
    https://support.mozilla.org/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox?s=Java+Plugin&r=0&e=es&as=s#w_installing-or-updating-java

  • Java Plugin Detection using VBScript on Internet Explorer

    Hi,
    I need a way to detect when the plugin version is above a certain version number (such as 1.4.1 or higher) so that I can give the user some extra info as to what is happening when the plugin is downloading automatically on Internet Explorer. Something like :-
    "Please wait for Java plugin to download"
    At present there is a long delay when the user may not know what is happening as no info is relayed back to user.
    I know that the presence of the plugin can be detected using vbscript but not with JavaScript but how do i determine that the user has 1.4.1 or higher. I use the following code:
    <script language="vbscript">
    If IsObject(CreateObject("JavaPlugin"))=True Then
    document.writeln("some info to user")
    End If
    </script>
    This tells me if a JavaPlugin is installed but not what version so we still dont know whether the applet will run or the plugin will download.
    I have also tried:
    <script language="vbscript">
    If IsObject(CreateObject("JavaPlugin.141"))=True Then
    document.writeln("some info to user")
    End If
    </script>
    this works but what if the user already has a version greater than 1.4.1 this is not detected and a nonsense message saying that the Java plugin is downloading is displayed.
    Any ideas?

    Here's JavaPlugin detection for netscape and ie using JavaScript . . .
    Throw this in a .js file and source it at the start of you html.
    function detectPlugin() {         
         var thePlugins = detectPlugin.arguments;     // allow for multiple checks in a single pass
         var pluginFound = false;               // consider pluginFound to be false until proven true
         // if plugins array is there and not fake
         if (navigator.plugins && navigator.plugins.length > 0) {
    var pluginsArrayLength = navigator.plugins.length;     
              // for each plugin loop through all desired names and check each against the current plugin name
    for (pluginsArrayCounter=0; pluginsArrayCounter < pluginsArrayLength; pluginsArrayCounter++ ) {
    var numFound = 0;
    for(namesCounter=0; namesCounter < thePlugins.length; namesCounter++) {
                        // if desired plugin name is found in either plugin name or description     the pluginFound                     
    if( (navigator.plugins[pluginsArrayCounter].name.indexOf(thePlugins[namesCounter]) >= 0) || (navigator.plugins[pluginsArrayCounter].description.indexOf(thePlugins[namesCounter]) >= 0) ) {
    numFound++;
                   // now that we have checked all the required names against this one plugin,
                   // if the number we found matches the total number provided then we were successful
    if(numFound == thePlugins.length) {
    pluginFound = true;
                        // if we've found the plugin, we can stop looking through at the rest of the plugins
    break;
    return pluginFound;
    function noJavaPlugin(){
    window.open("http://plugin_location");
    function redirect_users(URL){
    location.href = URL;
    if(navigator){
    browser_string = navigator.appVersion + " " + navigator.userAgent;
    if (browser_string.indexOf("MSIE")>=0) {
              document.write(' <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"');
              document.write(' CODEBASE="javascript:noJavaPlugin()" width=1 height=1>');
              document.write(' <param name="type" value="application/x-java-applet;version=1.4">');
              document.write(' <param name="cache_option" value="Plugin">');
              document.write(' <param name="cache_archive" value="">');
              document.write(' <param name="MAYSCRIPT" value="true">');
              document.write(' </object>');
         else {
              if (! (detectPlugin("Java Plug-in 1.4.0_01 for Netscape Navigator (DLL Helper)"))) {
                   noJavaPlugin();
    else{
         noJavaPlugin();
    redirect_users("http://place_to_go_if_they_have_plugin");

  • How to set up a Java Plug-in Download page in case of netscape?

    hai all of you,
    i have a problem regarding downloading plugin.
    i am using <object > and <embed> tags to download the plugins inorder to run the applets. but it is taking long time to download the plugin form sun.com.
    so what i have done is, i downloaded the plugin.exe file and .cab file and put it in my tomcat server mainted by other party.(y application if for internet purpose only.)
    i refered to http://java.sun.com/products/plugin/1.2/docs/intranet.html. there it is mentioned that, to download the plugin.
    for I.E i can able to change the code.
    but for NetScape it's a little bit confusing.
    i have downloaded the binary file in my own directory.
    here he is asking to set up a java plugin-in download page.
    instead of this "plugin-install.html" page what page i should create and what should be the code in this page if i have to write on my own. please let me know if anybody know about it.
    following para is from sun.com
    "To deploy Java Plug-in in intranet environments with Navigator, you need to download and store the Java Plug-in binary file on one of your web servers. Then you need to set up a Java Plug-in Download page and modify the pluginspage attribute in the EMBED tag to refer to this page. The Download page should have options to download different versions of Java Plug-in, such as for Windows and Solaris. For example, if you have set up the Java Plug-in Download page at "http://javaweb.eng/plugin/" and the page is called plugin-install.html, you can specify the pluginspage as "http://javaweb.eng/plugin/plugin-install.html". "
    thanks
    by
    sambareddy

    I have successfuly done this.
    Change the converted html as per the instructions to point to another page.
    Here is an example of the new html page you need to create:
    <html>
    <head>
    <title>Java Plugin Install Page</title>
    </head>
    <body>
    <h2><center>Java Plugin Install Page</center></h2>
    <p></p>
    <h3>Windows Version Only!!!</h3>
    Click here to Download Plugin
    <p></p>
    <p>You may or may not be asked to either save or run from current location</p>
    <p>If the run from current location is available, use that option</p>
    <p>If you can only save the file, then save it to your workstation and exit the download page and exit Netscape. Then using Windows Explorer, go to where you downloaded the file and double click on the file to run it. Accept all options during the install process and once it has finished try accessing your web page again using Netscape. You should then get to the web page or application and this page will not apppear again.
    </body>
    </html>
    If you put the file j2re-1_3_1-win.exe on a web server somewhere then you will have to prefix the file with
    http://yourwebserverdirectory/
    Hope this helps.

  • Disabling automatic download of Java plug-in

    We make a software product which is deployed as a large applet and uses the Java plug-in with IE. We have a customer who NEVER wants the plug-in to be installed dynamically, even from an internal location. Instead of attempting to install the plug-in from the codebase location, they want to redirect users to a static web page with instructions on how to request the plug-in from their IT department. We attempted to disable the automatic install by removing the codebase string. When the application loaded it still tried to download the Java plug-in. Is there any way to disable the automatic install and redirect to a static web page?
    Any help/information would be appreciated.
    Thank you

    hi,
    we had about the same problem and solved it like this. We created an installer which will use an internal plugin (installed in it's directory) with InstallAnywhere (http://www.zerog.com). The installer creates an executable and that will check in the registry if the java-plugin needed is installed. If so it will invoke the browser and navigate to the applet-html. If not it will display a message but instead you could easily navigate to a static html-page. I admit that it's not a very nice solution but it works and might be the most user-friendly solution.
    greetz,
    Stijn

  • FireFox opens & Adobe Flash Plugin crashes in a WOT "automatic" download.

    WOT “automatically downloads” on a separate tab every time I start FireFox. Almost every time I start FireFox the Adobe Flash Plugin crashes in the WOT automatic download and ties up my PC. The problem does not occur with Internet-Explorer which I seldom use.
    1- I removed WOT and re-installed it, but it continued the same.
    2- I reinstalled the Adobe Flash Plugin which I always keep up to date.
    3- Please work this out.
    4- Why must WOT automatically download on a separate tab every time I start FireFox? It is very annoying.
    Thank you for all you do. Have a blessed day, Steve Lahey.

    We're sorry to hear that Firefox is crashing. In order to assist you better, please follow the steps below to provide us crash IDs to help us learn more about your crash.
    #Enter ''about:crashes'' in the Firefox address bar and press Enter. A Submitted Crash Reports list will appear, similar to the one shown below.
    #Copy the '''5''' most recent Report IDs that start with '''bp-''' and paste them into your response here.
    [[Image:SubmittedCrashReports-Win7|width=520]]
    <br><br>
    Thank you for your help!
    More information and further troubleshooting steps can be found in the [[Firefox crashes - Troubleshoot, prevent and get help fixing crashes]] article.

  • Trying to download the Java Plugin is an impossible situation !   Help ! !

    Dear People,
    You cannot believe what I have been through trying to do a first applet !
    A long time ago downloaded a version of the plugin (a cup of coffee icon in the control panel). Then recently I downloaded a new version
    (1.4.1_01) (a second cup of coffee icon in the control panel)
    Well I was not able to run my first applet after creating a good
    batch file (with help of course) named javacompile:
    echo off
    cls
    PATH=C:\j2sdk1.4.0_01;C:\j2sdk1.4.0_0\bin;C:\j2sdk1.4.0_01\lib;C:\WINDOWS\jbproject\objectdraw.jar
    javac -classpath C:\WINDOWS\jbproject\objectdraw.jar;C:\WINDOWS\jbproject %1
    my program MakeBox.java compiles ok at the Dos prompt
    when I open the MakeBox.html in the browser the error message says:
    "The required component is not available for this version of windows"
    I was told to uninstall the plugin and download it again
    So I took 50 minutes to download it and the message said:
    "You already have the jre1.4.0_01 do you want to uninstall ?"
    so I said "no" ... was this an idiot move on my part?
    then it continued to download the plugin and when it was done it said:
    "You already have the java plugin, do you want to uninstall it?"
    I answered "no"....was this also an idiot move on my part??
    What to do ?
    totally confused
    Stan

    Dear People,
    I just received an e-mail letter from the author of
    "A Eventful Approach" Thomas Murtagh ! ! !
    The most advanced Java paradigm text for Java beginners ! !
    http://applecore.cs.williams.edu/~cs134/eof/
    Even though his letter is very clear, my brain doesn't know what
    to do in the context of compiling at the Dos prompt, (trying to do my
    first applet). Below is the letter and then the code to MakeBox.java
    and MakeBox.html Please shed some light for me.
    Thank you in advance
    Stan
    I meant that in our definition of the WindowController class, we said:
    public class WindowController extends Applet {
    So, when you say
    public class MakeBox extends WindowController {
    the MakeBox class you define is (indirectly) an Applet. In particular,
    with most Java programming environment, you can run the program as an
    applet (i.e. using Sun's appletviewer or JBuilders applettestbed).
    Tom
    Here is the code:
    import objectdraw.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.applet.*;
    public class MakeBox extends WindowController
    public void init()
    this.setSize(new Dimension(400,300));
    public void onMousePress(Location point)
    new FilledRect(40,80,30,20,canvas);
    <html>
    <head>
    <title> Make Box
    </title>
    <body>
    <applet
    codeBase = "."
    code = "MakeBox.class" width = 300 height = 200 >
    </applet>
    </body>
    </html>
         

  • I am using Firefox 7.When I tried to open a player the install instructions from the website says, download the widevine plugin from the automatic download pop-up,but my Firefox browser doesn't show me the automatic download pop up to download the plugin.

    The automatic download pop up for downloading the plugin was not showing in my firefox 7 browser.

    Hi and thanks to not leaving the firefox user alone.
    Cor-el your answer is right as the madperson is and I already knew all these
    answer and I said that before I don’t use any antivirus and I always turn off my firewall from the moment I installed my Windows.
    I even turn off any automatic update for any of my software and I never let any unknown plugins or any thing like that be install without informing me. And if you know some things like Offline Storage and cookies must be to much more than usual and you have to clear them and delete them and I know so much more
    And if you want to know it fixed now. But I don’t know how?
    For understanding my problem read and research about Ixplorer.exe virus it is the same problem about the speed but the different is it doesn’t show any process in task manager like Ixplorer.exe virus
    Bt I have done some things but still I don’t know that’s why it is fixed or not
    First: I searched my system and removed any files have been crated on my system from two days ago since the problem happened.
    And then I used to go about the article in this page and did like this:
    http://answers.yahoo.com/question/index?qid=20080910101846AAazxN5
    but still I don’t know any thing about the problem.
    I can do so many things to fix but I am just curios if that is a virus why it just cut the speed when I am using the browser.
    Please if any one found the reason send me your information I like to know it will improve my knowledge however my problem is solved fro now.

  • How to download java plugin for safari browser of my ipad

    How to download  java plugin for my safari browser of iPad..

    Welcome to Apple Support Communities
    I'm sorry, but Java isn't compatible with the iPad

  • Firefox continually suggests me to download imcompatible java plugin

    about one time a week, ff asks me to download this version of java plugin that is not even supported. if i go through with the process, it downloads, starts fox, notifies me that the plugin is not compatible and will ask to restart or remove at close.
    then, the cycle starts all over again. its kind of annoying.
    how can i get it to block this update? OR is there a way to have the plugin installed, but not utilized? (disabled?) so that i can get ff to ignore the desire to download the update, but still not have an incompatible plugin installed?
    help! i love my fox, i have supported it a long time and have never had this kind of annoying issue.

    It is probably about the Java Console extension.
    See:
    http://kb.mozillazine.org/Java#Multiple_Java_Console_extensions
    http://forums.mozillazine.org/viewtopic.php?f=38&t=1708795 - Java Console extensions
    http://forums.mozillazine.org/viewtopic.php?f=38&t=1710075 - Upgrade to FF 3.6 added many Java Console addons

  • Trouble shooting doesnt find my i pod and it wont automatically download song s like it used to

    Trouble shooting doesnt find my ipod and it wont automatically download songs I purchased

    Hi RNRSCO,
    Thanks for visiting Apple Support Communities.
    If your iPod is not recognized by your computer, be sure to go through all of these troubleshooting steps:
    iPod not recognized in My Computer and in iTunes for Windows
    http://support.apple.com/kb/ts1369
    Best Regards,
    Jeremy

  • After downloadeding the latest Java plugin, I start to receive "Please configure your browser to allow Java applets to access the filesystem" message when I try to run a download wizard. What do I need to do? BTW, IE does not have this problem.

    I had no problem using a download wizard Java applet to download file to my computer from an SFTP site using Firefox. When I tried to do the same thing with Chrome, I was told to download the latest plugin. Once I did that, I receive the following message when I run the downlaod wizard:
    The Java Wizard cannot run.
    Please configure your browser to allow Java applets to access the filesystem.
    I got the same message using Firefox and Chrome. However, I have no problem using IE to run the same download wizzard. Please help.

    If the problem is with a site that is hosted using MOVEit DMZ by Ipswitch, please notify the site owner of the issue and ask them to apply the patch that is available on the support site to resolve the issue.
    This is a better resolution than downgrading your version of Java that was updated due to security issues.

  • JApplet = ppl must download java plugin to see

    simple question
    so if i make applets using javax.swing.JApplet instead of java.awt.Applet, people must download the latest java plugin?

    Yep. But so what? No different than downloading any other plugin. And, you won't be stuck with that god awful MS java engine.

  • How to download .sca WAS Java files automatically with MOPZ

    Dear experts,
    following my title subject, i would like to know how to download .SCA was java files automatically with the Maintenance Optimizer in my solution manager 7.0. (transaction code DSWP or SOLUTION_MANAGER)
    Currently, i only can download .SAR & .CAR files automatically.
    Any suggesttion is welcome.
    Thank you very much in advance.
    Best regards,
    Pascal.

    Hello Markus,
    thank you for replying very fast
    i meant : with transaction code DSWP or SOLUTION_MANAGER, choose the solution, "Change Management" tab, "Maintenance Optimizer" tab, "create new maintenance transaction" button.
    In the step 2 (select files) i can choose "Calculate download files automatically" by the button "find download files" or i can choose "Fill Download Basket manually" by the button "select files for SAP Solution Manager 4.0".
    After choosing the target stack version, i can only download .SAR and .CAR files.
    How can i download .SCA files automatically? Is it possible actually?
    Thank you.
    Pascal.

  • Has anyone with XP, svc pk 3 downloaded new Java plugin update and if so, is FF working okay afterwards?

    Anybody else wondering about this? Has anyone else with XP w/32 bit, downloaded the new Java update in plugins and are you running okay?
    I want to update my Java plugin, but am waiting to see if others with XP, 32 bit have updated and how it works for them.
    Thanks!

    Zukki, just go to your tools, addons and addon manager. It will bring you to your plugin page, and on the left top, in very small print, it has a link to check if your plugins are updated.
    Oh, I left this open so that Zukki can see how to check to see if his update worked, Andy. I'll click that you solved it, once he gets a chance to see where to find the plugin update status.
    Thanks for the link, Andy...the only reason I crashed is that I have very limited RAM. I need to look into buying more and am going to next week. Another topic for discussion! :)

Maybe you are looking for

  • Relationship between header and row level data.

    Hi all I need to know how to relate a field in the header level and the row level... On my row level i want the route id to be related to the route name field at the header level...instead of showing this route id  it must show only the header so...b

  • Sales Org Table

    Hi, I've a requirement to create an ABAP report to determine Address Details (PO Office, Region etc.) of an Employee assigned under a particular node in Sales Org. Could anyone suggest me how can I extract this information? Any FM, BAPI or Table etc.

  • What is the oc4j's default port?

    What is the oc4j's default port? I want to type the address in browser's address bar and see the default page of oc4j (ex.: http://localhost:8080) Thanks sávio

  • Sorting Problem In Enhanced Webdynpro Component

    Hi Expert ,                    I have one enhanced one webdynpro component . In that i have enhanced some columns in  table (Simple not ALV) in Standard Webdynpro View. I have to enable sorting on my fields . It is implemented in standard columns and

  • Iphone is lost is there any way I can locate the Phone.

    Hi All I lost my Iphone.. I have serial and IMEA number with me. Is there any way I can track and find my Iphone. Please help... Thanks