Which version for Swing applet

Hello
I have an applet with swing, and I want use it in any browser. Which version of the Java plug-in should I install on my computer ???
Thx

If you wrote the applet yourself, you should make sure that the plugin has at a minimum the same version number as the JDK that you used to compile the applet.
V.V.

Similar Messages

  • Error Downloading Plugin for Swing Applet

    Dear Fellows!
    i am using following Java Script in HTML to download Java Plugin for Swing Applet.
    <b>But</b>
    During download and installation it gives the error that the file is corrupted try to download again...., I have checked it on more than one PC,s and platforms ....
    Please guide if there is problem in script or in the available plugin...
    Thanking you !!!!!
    /////////////////////// HTML /////////////////
    <html>
    <head>
    <title>Swing Applet</title>
    </head>
    <body BGCOLOR="#ffffff" LINK="#000099">
    <!--"CONVERTED_APPLET"-->
    <!-- CONVERTER VERSION 1.1 -->
    <SCRIPT LANGUAGE="JavaScript"><!--
    var info = navigator.userAgent; var ns = false;
    var ie = (info.indexOf("MSIE") > 0 && info.indexOf("Win") > 0 && info.indexOf("Windows 3.1") < 0);
    //--></SCRIPT>
    <COMMENT><SCRIPT LANGUAGE="JavaScript1.1"><!--
    var ns = (navigator.appName.indexOf("Netscape") >= 0 && ((info.indexOf("Win") > 0 && info.indexOf("Win16") < 0 && java.lang.System.getProperty("os.version").indexOf("3.5") < 0) || (info.indexOf("Sun") > 0) || (_info.indexOf("Linux") > 0)));
    //--></SCRIPT></COMMENT>
    <SCRIPT LANGUAGE="JavaScript"><!--
    if (_ie == true) document.writeln('<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH = 600 HEIGHT = 500 codebase="http://java.sun.com/products/plugin/1.1.2/jinstall-112-win32.cab#Version=1,1,2,0"><NOEMBED><XMP>');
    else if (_ns == true) document.writeln('<EMBED type="application/x-java-applet;version=1.1.2" java_CODE = "Client.class" java_CODEBASE = "./Chat" java_ARCHIVE = "*.class" WIDTH = 400 HEIGHT = 50 pluginspage="http://java.sun.com/products/plugin/1.1.2/plugin-install.html"><NOEMBED><XMP>');
    //--></SCRIPT>
    <APPLET CODE = "Client.class" CODEBASE = "./Chat" ARCHIVE = "*.class" WIDTH=600 HEIGHT=500 ></XMP>
    <PARAM NAME = CODE VALUE = "Client.class" >
    <PARAM NAME = CODEBASE VALUE = "./Chat" >
    <PARAM NAME = ARCHIVE VALUE = "Client.class" >
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.1.2">
    </APPLET>
    </NOEMBED></EMBED></OBJECT>
    </body>
    </html>

    I remeber there is an example in Sun java toturial,
    you may find the answer from there.
    peter
    JawaBeginer (A powerful JavaIDE tool for Java Programmer, exp: beginer)
    http://www.pivotonic.com

  • Stable\Right JDK version for today Applet!

    Dear All,
    I have some ideas would like to consult you about :
    I'm building a heavy-applet (for big customer) which uses swing, high-qualitiy image and audio processing and many see & hear technologies.
    Last time we discuss with customer that we will run that applet with JDK 1.4 and later only, after 1 or 2 years running the applet we found out that
    90% of bugs come from 10% users who still using old JDK1.4.xx and JDK1.4.1_xx.
    So should I discuss again with custome that we just support the applet running with JDK1.4.2 and later only.
    I guess 5% of users will not happy for that
    (many reasons : don't want to upgrade to latest JDK, company constraint...),
    - About the plaform (multi-plaform is supported)
    - About the browser (we support all browsers which could allows java plug-in)
    Could you please tell me some good reasons that we should use JDK1.4.2 or later for such applet
    or still support for JDK1.4 and later because ...(your idea)?
    I just would like to find out more information for this case of business.
    Thanks,

    Well, I've to support Java-1.1 and up which is REALLY painful - since 1.1 browsers are typically so buggy that you cannot rely on what the API provides.
    After some time you get a feeling what could work and what does not and you to do your best.
    To benefit from newer APIs introcduced in later versions of java we use reflection, e.g. our applet switches dynamically to VolatileImage-Backbuffer if running on 1.4+, we also have 3 implementations for doing http-connections 1.1, 1.2, J2ME and use our self-written selrialization framework which does not rely on reflection.
    Painful but we get great compatibility.
    lg Clemens

  • Java 8 SE Embedded download - which version for my RPi?

    One thing I struggle with is knowing which download for my RPi. 
    I keep reading I should use the hard floating point version.  That said, here's the only Java 8 SE Embedded version I see with HardFP:  ARMv7 Linux - VFP, HardFP ABI, Little Endian1
    On my RPi, here's the output from "uname -a"
    > Linux bsrpi 3.10.34+ #661 PREEMPT Thu Mar 27 00:36:02 GMT 2014 armv6l GNU/Linux
    Will the HardFP version on the download page work on my RPi?   It appears to be arm6. 
    The only thing I see available with ARMv6 is:  ARMv6/7 Linux - VFP, SoftFP ABI, Little Endian2
    If you have the answer or even refer me to a good site that explains the differences, I'd be very grateful.  If not, I'll just keep pulling out my hair!  :-)
    Thanks for any help you have,
    Brent Stains

    I received help from Stephen Chin on this!  Thank you Steve.  You can see his excellent work here:  Steve On Java
    I also found some information from Hinkmond Wong's blog:  https://blogs.oracle.com/hinkmond/entry/even_quicker_guide_to_install
    I'm pasting a modified version of the conversation and information here for other wandering souls! 
    METHOD 1 - download & deploy, options for compact profiles
    Most Raspberry Pi distributions have been hard float for a while...  To check, look for the following file:
    /lib/arm-linux-gnueabihf
    If this exists, you are running hard float.
    Once you have your Pi on a hard float build, grab the latest Java 8 from here:
    http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
    Grab the first one titled "jdk-8-linux-arm-vfp-hflt.tar.gz"
    For doing compact profile work to learn how SE Embedded is used (and compact profiles work) go to the downloads on this page:  http://www.oracle.com/technetwork/java/embedded/downloads/java-embedded-java-se-download-359230.html
    and start with this one:  ejdk-8-fcs-b132-linux-arm-vfp-hflt-03_mar_2014.tar.gz   (ARMv7 Linux - VFP, HardFP ABI, Little Endian)
    then use jrecreate to shrink it.
    METHOD 2 - use apt-get on the Raspberry Pi, full "embedded" version of the JDK
    From Linux command line >> sudo apt-get update && sudo apt-get install oracle-java8-jdk
    Note:  see Hinkmond's blog post and an excellent explanation in the comments section on the meaning of SE Embedded
    Enjoy!
    Brent S

  • Which version for OS9.2

    Which version of ACROBAT do I need to run on a G3 Powerbook (Pismo) using OS9.2? I want to make pdfs of QUARKXPRESS (version 5.1) files.

    phil;
    Here are a couple of notes regarding Acrobat 5.0.5 installation, PPD file information and the AdobePS 8.x printer file requirements. Once these are installed, you should be able to see the Adobe printer icon in the Chooser panel:
    "Installing Acrobat on Mac OS
    In addition to Adobe Acrobat, the Acrobat installer includes the AdobePS 8.7 printer driver and a set of Distiller® PostScript® Printer Description (PPD) files. Before using Distiller to create PDF files, you may need to select a PPD file for the printer you intend to use.
    To install Acrobat (Mac OS):
    1 Insert the Adobe Acrobat CD into your CD drive.
    2 Double-click the Install Adobe Acrobat 5.0 icon.
    3 In the Adobe Acrobat Installer dialog box, click Continue to move past the introduction. Follow the on-screen instructions to select a language and accept the license agreement.
    4 Specify the type of installation you want:
    - To use the standard installation, choose Easy Install from the pop-up menu. This installs the program files for Acrobat, Acrobat Distiller, PDFWriter, Adobe PS, Create Adobe PDF, standard plug-ins, and the online documentation.
    - To install only particular components, choose Custom Install, and select the components in the list box. You can include any of the components in Easy Install, plus support for PDF documents with Asian-language files.
    Acrobat attempts to launch in the language of the operating system. If you have installed a European language, you can have Acrobat launch in that language. Choose Edit > Preferences > General > Display in Acrobat after installing, and choose the language from the Application Language pop-up menu. The change takes effect the next time you start Acrobat.
    For a description of any component that can be installed, choose Custom Install to see a list of the components, and click the I button to the right of the component you want in the list.
    5 Click Install, and follow the on-screen instructions to complete the installation. When the process is complete, a message tells you that Acrobat is installed. You can register as part of the installation process, or cancel the registration when prompted and do it at a later time.
    6 Click Restart to restart your computer.

  • Which version for Linux?

    So I have an Acer Aspire One netbook running Linux and I want to download Flash Player but when I have to choose a version I have no idea which one I need. How can I find out which version, YUM, .tar.gz or .rpm is the right one?
    Can anyone help?
    Cheers.

    Compatible? or Certified?
    Compatible?
    As long as you configure the Linux and get the right version of the supporting packages such as gcc and glibc, nearly every Fedora is 'compatible'.
    The packages and the recommended versions of the packages are listed in the Oracle Installation manual for Linux available at http://www.oracle.com/pls/db102/homepage
    Steps for installing on many current Linux distros are at http://ivan.kartik.sk
    Certified?
    None of the Fedoras are.

  • Which version for pentium3 WinXP 128MB ram

    which version of firefox can I use on old pentium3 computer WinXP 128MB ram 6Gig disk free

    You should use Firefox 33.1 (the latest version). Please note that the amount of RAM you have for that computer isn't even enough to run Windows XP properly, you should have at least 256mb of RAM. Try contacting a reputable local computer shop, it should be an inexpensive upgrade.
    If this is your first time running Firefox, let's do a few things to make sure your computer is up and running as good as possible:
    * Update Windows: windows.microsoft.com/windows/windows-update this helps bring the latest performance improvements, security fixes and keeps your computer running stable. Make sure you have Service pack 3 and all other updates installed.
    * Scan for malware. Windows XP is no longer support by microsoft, which makes it very vulnerable to attack. [[Troubleshoot Firefox issues caused by malware]] run all the programs in that article and remove any threats they find
    * Update your graphics driver: [[Upgrade your graphics drivers to use hardware acceleration and WebGL]] this will help keep Firefox and your computer running as fast as possible.
    * After doing all this, [[How to download and install Firefox on Windows]] and read [[Get started with Firefox - An overview of the main features]]
    And remember, get more RAM ;)

  • Mac 10.5.8 should be install which version for itunes? and how to get it?

    i am using mac os x 10.5.8, can not open itunes in my mac(it says"it was install by a higher version"), so that i need to re-install a lower version. But there was only itunes 10.7 on apple.com for free download, how can i get the lower version for itunes that i could install to fit my os? thx!

    Dear John Galt,
    (That is an awesome character from Atlas Shrugged)
    I am using an iBook G-4, and the software operating system is OS X 10.5.8
    I have installed the iTunes 10.6.3, but it refuses to open and gives a notification that
    " iTunes requires QuickTime 7.5.5 or later. For more information on upgrading your computer, visit http://www.apple.com/quicktime "
    On visiting that page for QuickTime, I could not find any information to get this version for upgrading my existing QuickTime player, which is a QuickTime version 7.3.0
    Please guide me how to overcome this situation.
    Just to give you a brief idea as to why this situation has started:
    My kids used this machine, and naturally used it in a way they should not have - specialy not on a bed.
    The inner socket for charging my iBook had broken, and so could not recharge the battery again. Therefore my machine was shut for over 8 months as the cost to repair it was prohibitive. Later I attempted to repair it on my own, and succeeded, However, even the internal battery backup was dead due to such a long time of inactivity without a re-chargem and this led to my hard disk to malfunction.
    So, I had to re-install the Leopard disk, and tried to salvage as much of the old documents, photographs, and music as I could. I lost every single photograph on the hard disk, but managed to save documents and some music.
    I'm still using the same hard disk, and it has been working without a problem since I re-installed the leopard. But, I lost a few programmes - iTunes, Keynote and maybe a few others.
    I downloaded the iTunes 10.6.3, but as I have explained above, I've been unable to start it yet.
    My apologies for such a long message, but I felt I wouldn't do justice without giving you an explanation as to why this happened.
    I would really appreciate your input, to resolve this situation.
    Thank you very much.

  • Pack200 and versioning for classic applets

    Is it possible to use the pack200 format and jar versioning with classic applets? I would imagine the answers are resp. yes and no but the docs don't say AFAICT and experimenting is very very time-consuming.
    Thanks in advance

    Have you seen Re: Missing compile/debug buttons? I had vague memories of having seen this before and found this thread with a quick search on "compile button".
    theFurryOne

  • Which version for Vista Home Premium?

    I have to run ITunes on a laptop with windows vista home premium 2006.
    After some recent automatic update Itunes is not running anymore. It crashes either if I try to upload any CD on my Ipod or if I try to sinchronize my Ipad.
    In a few words, should I reinstall an older version of Itunes? Which one?

    Itues is version 11.0.2
    Maybe the Vista version has not been updated in recent years. I'll see, but I wouldn't like to update Vista because the laptop is old and I guess it would become slower.
    The problem with Itues is that as soon as I try to synchronize the Ipad it freezes and I'have to force the shutdown of Itunes in order to make the laptop run again.
    If I try to upload a music CD the upload and conversion to Aac format is supe slow (I mean 1 hour for a 4 minute track).

  • Which version for Mac OS 10.7 (Lion)?

    I am shopping for an upgrade to Adobe Photoshop CS that will run on our new iMac, which came with Lion (Mac OS 10.7).  I need to make sure I get the right version (I have to get it right the first time!).  The specs on the Adobe Photoshop CS5  only list MAC OS 10.5 and 10.6 as the required OS's for the Mac. 
    A lot of applications do not work in Lion that worked in Tiger (which is what we are upgrading from).  This includes the Adobe Reader 9.  Adobe Reader X does work. 
    We also need to find the compatible version of Acrobat.  Version 7.0 does not work in Lion.
    Are there any Adobe Photoshop and Acrobat  users out there that are using MAC systems running Lion?
    Marty

    Most complaints are related to the Intel3000 graphics with cursor and brush issues. Other than that make sure you update to 10.7.2 and get the latest Ps and Acrobat and you'll be fine.

  • Java version for signed applets

    Hello,
    I was told I must use jdk 1.3 or 1.4 to sign an applet. We want to use 1.1.8 so that it is not necessary for the client to download a plug-in.
    I have 2 questions.
    1) Is it possible for me to install 1.4 on my machine locally, generate the CSR and keys, then use those to sign an applet running under and compiled using 1.1.8?
    2) If we do upgrade to 1.3 or 1.4 but still compile our applets under 1.1.8, is it possible to sign the applet in this situation?
    Thanks so much for your help!

    Or is there a way to generate a CSR using javakey
    instead of keytool since javakey is supported by
    1.1.8?I'm not sure about javakey as I have not worked with it. I once made an applet that was signed for both MSVM and the SunVM.
    I used the cabsigner from MS Java SDK to sign the cab and the jarsigner to sign the JAR. :)
    Then I specified the archive parameter to the signed jar and the <param name="cabbase" value="signedcab.cab"> in the HTML file.

  • Which version for G4 PPC 10.4.11

    Want to tryout iWeb on a G4 that came with iLife 05 but iWeb is not on that disc.
    Would assume I need to find a newer but not too new iLife disc - not sure which one though.
    Thanks!

    You can upgrade to iLife 09 on a G4. Here are the specs :
    http://www.apple.com/ilife/systemrequirements.html
    If you want an previous version, then you have to shop around. Internet has lots of resources.

  • Can I download java so I can upload photos and which version for I phone?

    i want to upload photo to a site but they use java , can I download java and any particular version to allow me to upload
    Photo also some site use adobe flash content is this compatable? These questions may be daft but I don't own a pc and am just trying to catch up by using I phone

    Sorry, but no, there is no version of Java for iOS nor, no version of Flash for iOS either. You'll need to use your computer, either directly or via an app that allows you to take control of your computer from your iPhone, to use any site that requires either.
    Regards.
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Communities page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic, both in the relevant forums and in the Apple Knowledge Base before you post a question.

  • Which version for Kindle?

    I'm trying to download Adobe flash player for my kindle to be able to use the cloud and the music player. It gives multiple options for Linux. Is the correct choice Yum?

    There is no more Flash Player for Android (which your Kindle uses - not Linux, unless you "flashed" it and put Linux on) and there won't be another. Android is no longer compatible with Flash Player since Summer 2012. Playing Flash content is very processor consumptive and it drains your battery, also shortening the life of it. Android (Google) recommends using either "Dolphin" or "Puffin" as your browser if you need to view Flash content with a mobile device running Android. They're both free in the GooglePlay store. These browsers use "server side" rendering to reduce the load on your device.

Maybe you are looking for

  • Unzip the Zip file in ABAP

    Hi I want to get the zip file having multiple .dat / .csv files from another server to application server.I want to unzip it and store the individual file to the folder. Could you please help me. Thanks in advance. Amit

  • Identity Button not working

    Some encrypted websites like newegg needs to refreshed in order to correctly display the Identity Button. Sometimes its just the globe, then i refresh and its green. Happens a lot more now that im using FF 22. I was just buying some games on steam an

  • How to remove failing update

    Hi, There is an update on our server (2012) that keeps failing. Every 2 days it's scheduled to reboot and every time it's the same song & dance. Server reboots, configures update, gets to 98% and reverts it's changes. How can I actually remove a fail

  • Source Timecode lost when exporting

    Hi, just a quick question: Hwo do I keep the sourcetimecode of a clip when I export it? I have a bunch of Red clips which I need to stabilize but when I export them I lose the source timecode of my clips, why?

  • I've lost my ipod and need help finding it.

    ok here's the deal i've lost my ipod and can't find it i think it's in my house but i never registered it for mobile me. i want to no if i can find it even thow i have not register it? Any help with be most appreciated. if there is any other way plea