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

Similar Messages

  • 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

  • Determining the browser name and version using an applet

    hi all,
    can we determine the version and the name of the browser using an applet. If it can be done then plz can anyone tell me how to do it.
    Thanx

    Hello trogan,
    >>How do I access the class name and method of an exception within my program? Pretty basic stufff I know, but can't seem to do so.
    Since you post your question to this forum, I assume that the exception is thrown by your .NET application, in .NET, as far as I know, an exception is represented by a Type in actual, since it is a type and I assume that you catch the exception as :
    try
    catch(exceptionobject e)
    //process excetion
    we can use
    reflection to get all information from the instance “e”of the exception.
    For your second question, it seems to be related the usage of Visual Studio, I suggest that you could post it to
    Visual Studio forum.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • 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 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.

  • Enforcing JRE version for Applet does not work - 1.4.2

    Hi,
    Our application (Applet) requires JRE 1.4.2 .
    I believe I need to use STATIC VERSIONING as we want the client desktop to ONLY use 1.4.2 for our applet.
    So I followed the instructions mentioned in
    http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/using_tags.html#in-ie
    and
    http://java.sun.com/products/plugin/versions.html
    But for some reason the JAVA Installer fails to install the package.
    It comes back with this pop-up error message:
    Error - Java(TM) Installer
    Unable to download http://java.sun.com/update/1.4.2/1.4.2-b28.xml for installation
    Here is the jsp code snippet:
    <center>
    <OBJECT classid="clsid:CAFEEFAC-0014-0002-0000-ABCDEFFEDCBA" id="myapplet" NAME="myapplet"
        width="650" height="426" border="1" align="baseline"
        codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,0">
        <PARAM name="code" value="com.statestreet.gia.ui.applet.ComponentApplet">
        <PARAM name="codebase" value="/jars">
        <PARAM name="type" value="application/x-java-applet;jpi-version=1.4.2">
        <PARAM NAME="cache_option" VALUE="Plugin">
        <PARAM NAME="cache_archive" VALUE="jar1.jar,jar2.jar">
        <PARAM name="scriptable" value="true">
        <PARAM NAME="mayscript" VALUE ="true">
       <center>
        <P>This page requires the Java Runtime Environment Plug-in. If you see this message,
        the automatic install probably failed. <BR>Please <A href="http://java.sun.com/j2se/1.4.2/download.html">click here
    </A>
        to manually install the environment. If prompted, please choose "Run this file from its current location" or "Open"
    .<BR>
        Accept all of the defaults during the installation. When the installation completes, please click the refresh butto
    n on your browser. <BR>
        If this process does not work, please contact the Help Desk.
        </P>
        </center>
    </OBJECT>
    </center>I have tried changing the codebase by removing the "#Version part.." but still no result.
    Any suggestion is greatly appreciated.
    thanks
    hp

    Yeah, after hours of searching it must be so that my son has a 8GB i.e. a 2G version and mine just happens to be the 3G as I bought mine a month later....did not know how to know the difference but now solved, thnx.

  • I am attempting to upgrade from Adobe Premier Elements 9 to Adobe Premier Elements 13 after using 13's trial version for a few weeks.  I am unable to find where and how to do this without losing the project I have been working on.  Please help?

    I am attempting to upgrade from Adobe Premier Elements 9 to Adobe Premier Elements 13 after using 13's trial version for a few weeks.  I am unable to find where and how to do this without losing the project I have been working on.  Please help?

    Vere Clarke
    Premiere Elements 9.0/9.0.1 and Premiere Elements 13 are standalone products.
    So, you can have both on the same computer, but only open one for your work.
    The classical recommendation is to finish a project in the version in which it was created since there
    is no guarantee that a project from an earlier version will open in the later version. Probably will, but
    no guarantees. And, when you do explore this, do it from a copy of the earlier version project. Once you
    take the earlier version project into a later version one, you cannot go back to edit the later version edited
    project in the earlier version program.
    If you have both versions (9 and 13) on the same computer and you have not moved, deleted, renamed any of the version 9's files/folders,
    right click the saved closed Premiere Elements 9.0/9.0.1 project file, select Open With, and then Adobe Premiere Elements 13.
    (Your 9.0/9.0.1 saved closed project file should be found in Libraries/Documents/Adobe/Premiere Elements/9.0.)
    Please review and consider. If any questions or need clarification, please do not hesitate to let me know.
    Thank you.
    ATR

  • HT1339 My ipod classic fails the sync test on Windows 7. help say go to summary tab and check for updates. I cannot find a summary tab

    My ipod is failing the sync diagnostic on my Windows 7. The troubleshooting guide say go to the Summary Tab and "check for updates" I can't find a summary tab. I have no problem sync with windows vista.

    chicx wrote:
    This is the third time of writing this on your Apple Support Communities!
    Not with your current user id.
    Far too much uneccesary information in your post, which only confuses things, a vast amount!
    Let's start with iTunes.
    Have you updated iTunes to 11.1.5, because the previous version did appear to have an issue about seeing iPods?
    With iTunes 11.1.5 installed, look in Edit/Preferences/Devices, (or use the ALT key, followed by the E key and then the F key) and make sure that the box named Prevent iPods, iPhones and iPads from syncing automatically does not have a tick in the box.
    Once you have doen those two things, check to see if the iPod is seen by iTunes.
    chicx wrote:
    By the way, what does IOS mean? (I thought IO stood for operating system, but am flummoxed by the S on the end.
    Really?
    OS stands for Operating System. (In computer speak, IO means Input/Output.)
    iOS originally stood for iPhone Operating System, but it now refers to the iPod Touch and iPhone. The iPod Classic, which you have listed in your profile as your iPod, does not use iOS.
    I assume that you have been listening to the Podcast in your iTunes on the computer as you cannot transfer it to your iPod. It's what I'd do.

  • Wondering what version to use for gaming applets

    I have just started programming in Java, one of the things I am trying is some simple game programming.
    Here are a couple of questions:
    Which SDK version should I be using? (1.2.2, 1.3.1. 1.4b?)
    Would I need to require a user to download a Java plugin or does IE have automatically support some version of Java?
    -Thank!

    netscape and microsoft browsers ship with java1.0
    some of those ship with java1.1
    netscape and microsoft do not ship with jdk1.2 and up.
    Therefore to make your games compatible with all browsers you should use 1.0
    however, if you know your users are going to be more advanced then you can go for 1.3. advanced users will have the plug in.
    But since you are beginning i'm sure you'll want to distribute your applet far and wide. for that reason you'll want to go with 1.0.
    Stephen

  • PlugIn and Swingall for applets not enough

    I've seen a lot of messages for applets that won't work with the sun plugin. I have the plugin installed; I have also added swingall.jar to my applet directory and set the ARCHIVE value to it, and can see it being processed. I still get 'class not found' with the following example. A clear answer to how to solve this would be helpful to a lot of people. (And yes, I've run the HTML converter.)
    Jbuilder 4.0 automatically adds action listeners for buttons, the browser cannot find the class for this:
    jButton2.addActionListener(new java.awt.event.ActionListener() {
    This line is listed with java.lang.NoClassDefFoundError in the java plugin console.
    The code runs fine in the applet viewer.
    What else has to be included for this applet to run with the plugin?

    hello; i just erased the post i started with, because my status has changed. i searched in the firefox folder and found the uninstall folder, and this time, uninstall worked perfectly, and it gave me an option to save my personal info! YAY! i installed ff 3.6.24 without a hitch; FF is Baaaaaack!
    However, I did get a window saying my computer doesn't have enough resources for the latest version of 8, but that I should install the latest compatible version of firefox; which version would that be, I wonder? It takes me to the same page with the ff 3.6.24 downloads. I already have that now.
    I am going to mark this as solved; thank you cor-el for helping me with this problem and sticking with me as i whined and moaned, and tried to get the courage to "just do it!"

  • I have bought a Season pass for The Big Bang Theory. I have downloaded alle recent Epiodes without any Problems. But now... i can't download the latest Version for free. Itunes doesn't recognize my Season pass and let's me buy it again. Whats going?

    I have bought a Season pass for The Big Bang Theory. I have downloaded alle recent Epiodes without any Problems. But now... i can't download the latest Version for free. Itunes doesn't recognize my Season pass and let's me buy it again. Whats going? Do I miss something?
    Best regards,
    Michele

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Central Excise and WHT Settings  in CIN Version for 4.6C

    hi sap gurus,
    i need urgent support from your end regarding Central Excise and WHT Settings  in CIN Version for 4.6C. I am new to CIN Version, and now i deputed to the same.
    can any body give the configuration of the Central Excise and WHT Settings  in CIN Version for 4.6C.
    kindly revert back asap.
    thanks and regards,
    raghav

    Hi
    Go to transaction code J1iln you get all the details on CIN or you can go to logistics general > tax on Goods Movement in SPRO
    Anand

  • How do I sync apps from the same iTunes account to an iPhone 3G and an iPhone 4S and keep correct version for each iOS?

    I have an old 3G as well as a 4S. Initially I set up a separate iTunes account for the 4S as I was worried I'd lose my old apps for 3G (as older, compatible versions aren't kept in the iTunes store so once they're gone, they're gone...). 3G is set up to sync with iTunes, 4S is inly syncing mail and conatcts through Exchange but hasn't been synced with an iTunes library for the reason above.
    Is there a way to sync both phones off the same iTunes account, so I can set up each phone with some music, as well as apps, without iOS 5 versions overwriting the exisitng apps for the 3G?
    To complicate things further, I don't want to sync photos, contacts, messages, etc. I just want to avoid having to duplicate all my music and pay for all the apps all over again. Suggestions?
    Cheers

    Hi gail,
    Thanks for the quick reply! The music part makes sense, good to know I don't have to duplicate the lot. The big question stillr emains as to whether iTunes can cope with two different iPhones, running different versions of the iOS, and therefore different app versions.
    Currently all the apps in iTunes are years old, and many haven't updated in months (years?) because the 3G is running iOS 4.2.1 (and can't be upgraded). Many of these have since been updated in the iTunes store (for the various incarnations of iPhone since) and the old versions that my 3G requires have been replaced.
    I'm worried that syncing the 4S running iOS 5, and running the most recent updates for same apps, will cause iTunes to overwrite the old 3G compatible ones when I sync. Unless iTunes is smart enough to know which version of the app is for which OS, without updating the legacy version when I update the apps on the 4S?
    You guys shouldn't face that problem, as iPad and iPhone apps don't replace each other (I believe? Not sure about this) as new updates are released for each app, you'd have a copy for each device (for example Evernote for iPad, and Evernote for iPhone). I can't figure out if iTunes can handle keeping separate iPhone versions for Evernote iOS 4.2.1 and Evernote for iOS 5. My gut feeling is no, but I want to amke sure before I lose the legacy versions of each app.
    Of course, maybe I'm just paranoid and iTunes is in fact perfectly capable of keeping old and new apps in the same library?
    Cheers

  • I have installed 2010 microsoft office 2010 home and business version for my laptop,and i have installed lync 2013.Now i want create online lync meeting from outlook,but i am unable view that lync icon in outlook.Please give me the solution for this que

    I have installed 2010 Microsoft office 2010 home and business version for my laptop,and I have installed lync 2013.Now i want create online lync meeting from outlook,but i am unable view that lync icon in outlook.Please give me the solution for this issue.
    Regards
    Raghavendar

    Hi Raghavendar,
    Generally, when you install Lync 2013 in the computer with Office 2010, a Lync Meeting Add-in will be installed and enabled in Outlook 2010. Please follow these steps to check it:
    1. In Outlook, click the File tab, click Options, and then click
    Add-Ins.
    2. Please take one of the following actions:
    If the add-in is in the Inactive Application Add-ins list, follow these steps:
    a. In the Manage drop-down list at the bottom of the dialog box, click
    COM Add-ins, and then click Go.
    b. Click to select the check box next to the add-in, and then click OK.
    The New Online Meeting button should now be available in
    Calendar View, and the Online Meeting button should be available when you create a new calendar item.
    If the add-in is in the Disabled Application add-ins list, follow these steps:
    a. In the Manage drop-down list at the bottom of the dialog box, click
    Disabled Items, and then click Go.
    b. Select the add-in, and then click Enable.
    c. Restart Outlook, and then verify that the add-in is displayed in the
    Add-ins dialog box.
    The New Online Meeting button should now be available in
    Calendar View, and the Online Meeting button should now be available when you create a new calendar item.
    3. In Event Viewer, view the Application log to see whether an error was logged for Outlook, for Lync 2013, the Lync Meeting Add-in for Microsoft Office 2013.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • My Roboform passwords did not transfer when I downloaded the 4.0.1 version of FF. I downloaded and paid for a new version of Roboform which should have shown up as a toolbar but didn't. Can't seem to solve this problem.

    Windows XP on Dell Dimension 4600. Updated Firefox to 4.0.1 successfully but Roboform didn't transfer. Help told me I needed to update Roboform. I did and paid for a new version(7.?)which was $9.95. Roboform wants more details but I can't tell what they want. I'm baffled and frustrated since all my passwords are hidden somewhere. Wish I'd never upgraded FF.

    Nothing is working and I can't find the Roboform toolbar. Your lack of direct support is really irritating- a live chat at least would be helpful.

Maybe you are looking for

  • Trouble with syncing

    When trying to sync my playlists it seems to freeze and not sync them the a box pops up and says "The iPod cannot be synced. The disk could not be read or written to." I was only able to add one playlist but have not been able to add any others. I tr

  • Device error to export on Blu-Ray

    In Adobe Elements 4, when i made export to Blu-Ray a device error apear . I repeat the export three times with diferent discs,Verbatim 2xBD-R , Memorex 4xBD-R,and the same problem apear..The computer is a Sony Vaio AR-71S. Please help me...

  • How do I change my icons

    How do I change my icons?

  • How to filter based on two keywords (using And)?

    Something that seems so simple but I just can't figure it out. I've added keywords to a lot of my photos. Now I want to find all the keywords that match multiple pictures -- like with Snow AND Tree. When I select multiple keywords using shift, it bui

  • Error -8012 Company version mismatch ?

    Hi. When trying to connect using the Company object, the DI API returns "-8012 Company version mismatch" Does anybody know what it means, or even better  - know what causes this error?