J2dsk1.4.2_02 Plug-in does not work on Microsoft IE 6.0

Hello,
If anyone would help, Please ?
In this WEB site http://java.sun.com/docs/books/tutorial/essential/threads/clock.html
J2sdk1.4.2_02 Java Console throwed ClassNoFoundException. Caused by IoException. Open HTTP connection failed.
This WEB shall see a Clock.class running on Microsfot IE 6.0 browser.
Thanks,

Last time I used appletviewer, you had to put a reference to the applet in an html file to be able to view it. So if it still works in the same way, you should already have your html file. Now just open the html file in MSIE.
If you don't have the html file, just create a simple one like this:
<html>
<head>
</head>
<body>
</body>
</html>Now all you need to do is add the applet tag. Look at the html source of the page you listed above, and find the <applet> tag. Copy that code into the body of your html. If it doesn't work for you, or for more details on the applet tag, read the Java plugin documentation.

Similar Messages

  • WMP plug-in does not working on Mozilla Firefox 4.0 on Win 7 as it was working on 3.6

    on Mozilla Firefox 3.6 the above mentioned plug in was working on Windows 7. After updating to Mozilla Firefox 4.0 the plug-in does not working so i cannot hear some web radio stations e.g. www.melodia.gr

    I solved this by turning off tamper protection in NAV 2010. The Firefox immedately updated. I understand virus scanners/anti spyware program like spybot and SpySweeper can interfere with updates. Also Comodo AV. It seems to me that nything that protects over all system setting is worth looking at.
    I am not an expert. Do not forget to turn back on anything turned off to allow update'''

  • Silverlight plug-in does not works in FireFox 4 - beta 7 ( Mac OS 10.6.6 ) !!!! What is the problem ? I don't have any installed add-on !!!

    Hi every one
    Silverlight plug-in does not works in FireFox 4 - beta 7 ( Mac OS 10.6.6 ) !!!!
    I don't have any installed Extensions except "Better GReader" and "Video Helper" !!!
    I have problem with Seesmic.com and installing applications that required Silverlight !
    I installed latest version of Silverlight many times.
    Please help me.
    (I don't have any problem with Safari or other Web Browser.)
    Thank You all.

    Silverlight only supports non-64 bit versions of Firefox on OSX (and from Firefox 4 onwards we're shipping 64-bit Firefox to 64-bit OSX users) and unlike with other plugins, we can't just start a 32-bit process to run it because of issues with the silverlight plugin architecture. We're working with the Silverlight team at Microsoft to get those fixed but it's essentially waiting on them.
    (Or you could try to pressure them into releasing a 64-bit Silverlight for Macs.)

  • Real player plug in does not work

    I have the latest version of Firefox and I have real player configured properly to work with the Firefox browser. I can use the Realplayer plug in to download videos via IE7 but the plug in does not work with Firefox 5. I followed all the troubleshooting listed on the Mozilla support page and the issue remains. Any help is appreciated. Thank you.

    You don't say on what Mac, and you haven't actually asked a question, but perhaps this might be helpful:
    The latest version of Adobe FlashPlayer can be obtained from here:
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFl ash
    You can check here:  http://www.adobe.com/products/flash/about/  to see which version you should install for your Mac and OS. Note that version 10,1,102,64 is the last version available to PPC Mac users*. The latest version, 10.2.152.25 or later, is for Intel Macs only, as Adobe no longer support the PPC platform. Note that the latest Flash Player update only works on YouTube with Safari in 32 bit mode - until YouTube correct this.
    * Unhelpfully, if you want the last version for PPC Macs, you need to go here:  http://kb2.adobe.com/cps/142/tn_14266.html  and scroll down to 'Archived Versions/Older Archives'. The first one on the list, Flash Player 10.1 is the one you download. More information here:  http://kb2.adobe.com/cps/838/cpsid_83808.html
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb2.adobe.com/cps/865/cpsid_86551.html#prob1=uninst,os=m10.6,
    and also that you follow the instructions closely, such as closing ALL applications first before installing. You must also carry out a permission repair after installing anything from Adobe.

  • Paypal plug-in does not work on Firefox

    As with others I see, the Paypal plug-in does not work with Firefox
    == This happened ==
    Every time Firefox opened
    == When I downloaded the app

    This is a Paypal problem. Paypal has not updated their plugin to be compatible with Firefox 3.6.x. See the following (read the last paragraph):
    [https://www.paypal.com/helpcenter/panels/solution/printSolution.jsp;jsessionid=tSQcMKWGhpC1gF5TscjTvqGgR89SSQy40mWymRYM12RX2PVG6rTL!1610223101?t=solutionTab&ft=browseTab&locale=en_US&brand=&segment=&ps=solutionPanels&solutionId=39780&highlightInfo=highlightInfo&viewMode=NORMAL&windowType=SAME&isRecord=false&highlightInfo=highlightInfo&t=solutionTab&ft=browseTab&ps=solutionPanels&locale=en_US&_dyncharset=UTF-8&countrycode=US&cmd=_help&serverInstance=9024&viewMode=NORMAL&windowType=SAME&highlightInfo=&isRecord=false&no_strip= What is the PayPal Plug-In and how does it work?]
    I have seen some users posting that the plugin works with Firefox 3.5.x

  • Dynamic image in the template builder plug-in does not work

    Hi all,
    The documentation says:
    Direct Insertion
    Insert the jpg, gif, or png image directly in your template.
    +...This works obviously+
    URL Reference
    1. Insert a dummy image in your template.
    2. In Microsoft Word's Format Picture dialog box select the Web tab. Enter the following syntax in the Alternative text region to reference the image URL:
    url:{'http://image location'}
    For example, enter: url:{'http://www.oracle.com/images/ora_log.gif'}
    +...This works too when I hardcode an url as url:{'http://www.google.com.tr/images/firefox/mobiledownload.png'}+
    Element Reference from XML File
    1. Insert a dummy image in your template.
    2. In Microsoft Word's Format Picture dialog box select the Web tab. Enter the following syntax in the Alternative text region to reference the image URL:
    url:{IMAGE_LOCATION}
    where IMAGE_LOCATION is an element from your XML file that holds the full URL to the image.
    +...This, however, does not work.+
    I use Apex' report query tool and My query is like
    select 'http://www.google.com.tr/images/firefox/mobiledownload.png' IMAGE_LOCATION from ... (a single result set for my template)
    the xml data is generated with an IMAGE_LOCATION tag. I load it to word template plug-in. The Url successfully displays in the report if I make it a plain-simple field.
    But when it's in the image format->web->alt text as url:{IMAGE_LOCATION} no image displayed.
    I need to keep this design procedure simple so a simple word user could design a report via using just template builder plug-in. I don't wish to explore the xsl-fo area...yet.
    Could you tell me why I can't get this url:{IMAGE_LOCATION} to work?
    Regards
    PS: My BI version: 10.1.3.4.1
    Edited by: oeren on Jun 8, 2011 12:28 AM

    Oeren,
    I stumbled across this little tidbit buried in the BI Publisher forum: Dynamic Images in rtf
    Glad you are up and running!
    Joshua

  • Flash player plug-in does not work

    flash player plug-in does not work

    You don't say on what Mac, and you haven't actually asked a question, but perhaps this might be helpful:
    The latest version of Adobe FlashPlayer can be obtained from here:
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFl ash
    You can check here:  http://www.adobe.com/products/flash/about/  to see which version you should install for your Mac and OS. Note that version 10,1,102,64 is the last version available to PPC Mac users*. The latest version, 10.2.152.25 or later, is for Intel Macs only, as Adobe no longer support the PPC platform. Note that the latest Flash Player update only works on YouTube with Safari in 32 bit mode - until YouTube correct this.
    * Unhelpfully, if you want the last version for PPC Macs, you need to go here:  http://kb2.adobe.com/cps/142/tn_14266.html  and scroll down to 'Archived Versions/Older Archives'. The first one on the list, Flash Player 10.1 is the one you download. More information here:  http://kb2.adobe.com/cps/838/cpsid_83808.html
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb2.adobe.com/cps/865/cpsid_86551.html#prob1=uninst,os=m10.6,
    and also that you follow the instructions closely, such as closing ALL applications first before installing. You must also carry out a permission repair after installing anything from Adobe.

  • QuickTime (7.7.6)plug-in does not work in google chrome (38.0.2125.122 m)

    Why does the plug-in on google chrome not work like it should?
    My PC is working on Win7 64
    BR
    David

    I guess you're refering to this problem:
    http://forums.adobe.com/message/4259846#4259846
    Beat

  • EndNote plug-in does not work in the new Pages?

    I have EndNote X7 installed as well as the Pages EndNote Plug-in v1.0. It worked fine for Pages before the update. Now, I can see the ' EndNote Citation' in the insert menu, but it is grey and cannot be selected. I have re-installed the Plug-in again, but problem still exists. Any suggestions?

    I had Endnote x5 but after realizing mavericks does not support it then i updated it to x6 ( and also x7 to try  and find where is the problem). However, i also meet the same problem with Endote x6 / x7 and Pages 5.0! Version 2 supports adding citation for pages BUT; there is no chance to select Bibliography and its predefined citation Styles although endnote has a different (my desired) citation style. (no Sync with papes :S)
    An immediate Update Please!
    I am nothing without this integration as a master student! THESIS!!!!!

  • Java plug-in does not work on DELL laptop w/ ATI video card

    Hello there,
    I try to run Java Web Start on my new DELL laptop with ATI mobility radeon 7500 video card. When I run the SwingSet2 App, the whole system locks up, so I have to do a hard re-boot on my laptop. I found that this problem happens to other DELL laptops when I address this issue to my co-workers. Nevertheless, this problem is fixed when I run Java Web Start on some other desktops that does not use the ATI video card.
    Have any of your experience this? Does any know any workaround for this problem?
    Please help. Thanks.
    A.A.

    Hello there,
    I try to run Java Web Start on my new DELL laptop with
    ATI mobility radeon 7500 video card. When I run the
    SwingSet2 App, the whole system locks up, so I have to
    do a hard re-boot on my laptop. I found that this
    problem happens to other DELL laptops when I address
    this issue to my co-workers. Nevertheless, this
    problem is fixed when I run Java Web Start on some
    other desktops that does not use the ATI video card.
    Have any of your experience this? Does any know any
    workaround for this problem?
    Please help. Thanks.
    A.A.Do you use sun one studio? Do you experience system hangs and blue screens?
    I do, and I was kind of hoping I'm not alone.
    Morten

  • ID 3.0.1 Pagemaker plug-in does not work

    When I try to open PageMaker 6.5 files with ID, it gives the message that the plug-in is missing. I have ID 3.0.1 in CS, and I thought the plug-in was not needed. I also tried opening it from the local machine with the same results. Any ideas?

    The version numbering is, to say the least, confusing for a lot of users. That's one reason we try very hard to be sure people asking questions understand which version they have, and any differences they will see from the current version if there are any.
    I think Kenneth's summary should should make it pretty clear what you have, and you can check by looking in the help menu and holding down the Ctrl key when you select "About InDesign". You'll get a dialog with the full version and build number in the upper left corner.
    If the version starts with 3, you have only the choices Bob mentioned if you need to open Pagemaker docs, or you can ask someone else who has version 3 and SP2 to do it for you (opening and saving in a newer version of ID will have other issues with backward compatibility trying to get a file you can open.).

  • Ref_cursor -procedure does not work for Microsoft ODBC for oracle driver

    Hi,
    I have a stored procedure to retreive record set values from db.
    so i used PL/SQL table type. that is
    type tt1 is table of ........
    but if i replaced the table type with ref_cursor i get an ODBC error :
    "ODBC driver does not support the requested properties.--2147217887".
    The problem is i get a connection string from other module and i cannot change the connection string.
    So is there a way to get it working the ref_cursor using "Microsoft ODBC for Oracle" driver.
    Thanks

    Babu,
    Not sure, a quick Google indicates it should work (given you're using the correct syntax of course :-) )
    Have you tried the Oracle ODBC driver? Are you using the latest version(s)?
    Of course you're likely to have much more luck if you post this question in the ODBC forum :-)
    ODBC
    Cheers,
    Colin

  • Keyboard does not work in Microsoft Word

    i am having probelm to use ms word on mac. keybord is not working i only can copy and paste but i cant type anything.

    Closing down Word and re-opening it only worked temporarily for me.  Since I couldn't stand to keep closing and re-opening Word every few minutes, I went searching Apple forums for a better solution. (Unfortunately, I lost track of where I found this solution, so I can't direct you to the original post/instructions - sorry!)  Apparently, hitting the Option key 5 times will turn off your keyboard -- and hitting it another 5 times will turn it back on.  So, even though I don't remember hitting the Option key a bunch of times, apparently I must have since hitting it 5 times turned my keyboard back on!  Magic!
    The original poster also suggested turning off that toggle feature so that you don't inadvertently turn off the keyboard again.  (Disable the toggle feature AFTER you have turned your keyboard back on.)  Here's how:  System Preferences > Accessibility >  Mouse & Trackpad > Options > Press the Option key five times to toggle Mouse Keys > OK.
    Hope that helps!

  • The Snippets Plug-In does not work anymore

    Hey there,
    i used this plug-in, where i get it from here.
    The snippets helped me to insert basic source code, like setter/getter-functions (i know that these function are implemented in flash builder ) and other things like whole switch-statements or templates for a singleton-class, for example.
    That plug-in relieved me from typing the boring things again and again. Also improved it my daily output of source code and to get more time for important things.
    Im Happy to get any tips and hints

    Hi, it sounds like that article is showing you a way to add 3rd party features to your Eclipse environment (which underlies Flash Builder) in an unsupported way. As a result it's pointing at an out-of-date plugin that's probably incompatible with the latest version of Eclipse.
    The correct way to add plug-ins / features from other products is to use Help > Software Updates > Find and Install. Choose "search for new features to install".
    For the Web Standard Tools project's code snippet feature (not: this is not an Adobe product), the site you want in this case is Ganymede and the feature is Web and Java EE Development > Web Developer Tools. You'll also have to click Select Required to pick up other required features. That will add a bunch of features to your environment including the code snippets feature, which you can find under Window > Other Views... > General > Snippets.
    We do have a file templates feature in FB4 itself, but not code snippets... but fortunately since we're built on shoulders of Eclipse you can leverage the work that others have done in the Eclipse community like this!
    Hope that helps,
    Tom

  • Stopping a running application by using the Lomboz Plug-in does not work

    hi newsgroup,
    I am working with BeaWebLogic Server 8.1 and Eclipse 3.0.1 plus Lomboz 3.0.1.
    Problem: The deployment of web applications using the Lomboz plugin works fine but the undeployment fails.
    Undeployment means stopping an aplication. The undeploy command of Lomboz has no effect on the Bea Server. That means the application is still running.
    What is the problem? Should I add something to the build.xml or undeploy.xml ?
    Thanks for your replies.
    Message was edited by Micha80 at Oct 18, 2004 1:27 AM

    Hello,
    Do you get any errors in your log files when you try to undeploy your app?
    What is the actual command being executed by Lomboz?
    Hoos
    www.orbism.com

Maybe you are looking for

  • Whera can I find RFC adapter file configuration?

    I search for Program ID in RFC Adapter configuration but I don't find the file properties. Where is? thanks, mik

  • No music option in settings???

    how can I retrieve???

  • Photo app built in issue

    Hi there! I'm a new ipad owner. Still after restore process, the built in photo app on my ipad crash during 'gathering information' screen. The app don't work either without any photo loaded on it. Can anyone help me? P.s. Pls forgive my bad english!

  • UME LDAP configuration XML file

    Dear Experts- I am configuring multiple LDAP as ume for EP 7.0 EHP2 . I am following the the document below. http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8036faa9-3d95-2c10-e596-c7c97082f07e?QuickLink=index&overridelayout=true I

  • Saving Dashboard with a prompt value

    Hi , I have created a dashboard with dashboard prompt having value as 1,2,3,4,5 . I want to save the dashboard with value 1 with name dashboard value1 , then with value 2 with name dashboard value2 and so on . Please suggest , if this is possible .