Getting Java 1.4 and 1.6 to both be available for applets on one machine.

My problem is this, several of our clients are also clients of a banking institution who's online business banking solution is written in J2SE 1.4.2 or some such and will not run on any other version. Up until around J2SE1.5_06 this wasn't a problem, they just closed their browser on one applet and opened a new one for the other. This worked fine. But from 1.5_06 the Java Plugin (we have only windows clients) no longer loads 1.4.2.
My question... Is there any way to get the 1.4 applet and our applet to work together on the same machine? At present we tell those clients who use the 1.4 applet to only use J2SE1.5_05, this is a problem for us. There are a number of improvements/bug fixes, to things such as printing (in a hyperthreaded or dual core environment.)
Thnks

You only need 1.5
When you compile you can specify that it needs to be compiled in a prev version of java.
If it is compiled in 1.4 it will run as 1.4 even in a 1.5 VM

Similar Messages

  • Latest update of Muse is not installing on several tries,installation gets stuck at 43% and shows '' waiting'' at the  ''Extracting''  stage for 7-8 hours after which it does not progress

    latest update of Muse is not installing on several tries,installation gets stuck at 43% and shows '' waiting'' at the  ''Extracting''  stage for 7-8 hours after which it does not progress.

    Refer to EX11....
    Creative Cloud Error Codes (WIP) | Mylenium's Error Code Database
    Mylenium

  • I use Safari as my browser. When on a site and I click on a PDF file I get a black screen and a notice that "Adobe Reader blocked for this website". However, this does not happen if I use Firefox.

    I use Safari as my browser. When on a site and I click on a PDF file I get a black screen and a notice that "Adobe Reader blocked for this website". However, this does not happen if I use Firefox.

    Back up all data before making any changes. Please take each of the following steps until the problem is resolved.
    Step 1
    If Adobe Reader or Acrobat is installed, and the problem is just that you can't print PDF's displayed in Safari, you may be able to print by moving the cursor to the the bottom edge of the page, somewhere near the middle. A black toolbar may appear under the cursor. Click the printer icon.
    Step 2
    There should be a setting in its preferences of the Adobe application such as Display PDF in Browser. I don't use those applications myself, so I can't be more precise. Deselect that setting, if it's selected.
    Step 3
    If you get a message such as ""Adobe Reader blocked for this website," then from the Safari menu bar, select
    Safari ▹ Preferences... ▹ Security
    and check the box marked
    Allow Plug-ins
    Then click
    Manage Website Settings...
    and make any required changes to the security settings for the Adobe PDF plugin.
    Step 4
    Triple-click anywhere in the line of text below on this page to select it, the copy the selected text to the Clipboard by pressing the key combination command-C:
    /Library/Internet Plug-ins
    In the Finder, select
    Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens (command-V), then press return.
    From the folder that opens, move to the Trash any items that have "Adobe" or “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari.
    Step 5
    The "Silverlight" web plugin distributed by Microsoft can interfere with PDF display in Safari, so you may need to remove it, if it's present. The same goes for a plugin called "iGetter," and perhaps others — I don't have a complete list. Don't remove Silverlight if you use the "Netflix" video-streaming service.
    Step 6
    Do as in Step 3 with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari.

  • Why am I getting this error message when trying email a PDF?Server Connection Error. Please verify that port 143 is available for connection on your machine or contact your administrator.

    My Inspector for my house sent me his report via PDF that I had to access from an online link. I downloaded it but cannot forward it in an email to my insurance company who is requiring a copy. I get this error report every time:
    Server Connection Error. Please verify that port 143 is available for connection on your machine or contact your administrator.
    I have no idea what this means. Can someone help? I really don't want to have to print and scan this beast but I've been messing with this for 2 days now and am out of ideas.
    Thanks!

    I'm having the same issue.  Did you resolve it?

  • I cannot play purchased songs in iTunes v11.0.1.12 or sync them to my iPhone and the songs are no longer available for downloard in iTunes store (so, I can't delete and download them again).

    I cannot play purchased songs in iTunes v11.0.1.12 or sync them to my iPhone and the songs are no longer available for downloard in iTunes store (so, I can't delete and download them again).

    carolinechx wrote:
    i know the description may be a little bit too confusing
    Mostly because you are not using any capital letters or paragraph returns and your post is difficult to read.

  • I have two ids on my computer and iphone syncing on both how do i merge into one without losing my paid for products or personal photos etc?

    on my computer and iphone syncing on both how do i merge into one without losing my paid for products or personal photos etc?

    This MIGHT help  https://discussions.apple.com/message/16386033#16386033

  • HT203167 My movies will not download to my iPad. And I the downloads are not available for my computer. How do I cancel or get the movies to my iPad? I am on wifi and 3 g. Not happy

    My movies will not download to my iPad. And the downloads are not available for my computer. How do I cancel or get the movies to my iPad? I am on wifi and 3 g. Not happy

    Hi,
    For all people struggling with connecting their iPad to their router, constantly getting 'Incorrect Password' even though you have entered the correct one - this may be your solution as it just resolved my issue.
    In your router settings online (usually found at 198.168.1.1) change your security from WPA2 or WEP to WPA.  For my iPad it for some reason only accepts WPA but now it is running without problems.  Let me know if this helps.
    Cheers.

  • How to:Create a blank document, and how to make a font available for editin

    Two questions:
    1: How do I create a new PDF document? All I see is to create from an existing document or scanner. If I'm creating something from scratch, do I really have to load an existing PDF, delete everything and then start my new document? That's the way it seems, which is nuts!
    2: I have tried to edit the text in a document. I did not not create it, but it is open to editing. The font used in the document is "Arial", a very common font that comes with windows. The font is installed and I use it all the time in other Adobe apps. However when I try to edit a ducument using that font, I get a message that "the font is unavailable for editing" and it substitutes some random font. So why is it not available, and how do I make it available?
    Thanks!
    I'm using Adobe Acrobat XI Pro v.11.0.10 with Adobe Creative Cloud 2014 and Windows 7, all shown as up to date.

    For the first item...
    Here is a sample from the Acrobat SDK - JavaScript section:
    trustedNewDoc = app.trustedFunction( function (nWidth, nHeight)
            app.beginPriv();
                switch( arguments.length ) {
                    case 2:
                        app.newDoc( nWidth, nHeight );
                        break;
                    case 1:
                        app.newDoc( nWidth );
                        break;
                    default:
                        app.newDoc();
            app.endPriv();
        app.addSubMenu({ cName: "New", cParent: "File", nPos: 0 })
        app.addMenuItem({ cName: "Letter", cParent: "New", cExec:
            "trustedNewDoc();"});
        app.addMenuItem({ cName: "A4", cParent: "New", cExec:
            "trustedNewDoc(420,595)"});
        app.addMenuItem({ cName: "Custom...", cParent: "New", cExec:
            "var nWidth = app.response({ cQuestion:'Enter Width in Points',\
                cTitle: 'Custom Page Size'});"
            +"if (nWidth == null) nWidth = 612;"   
            +"var nHeight = app.response({ cQuestion:'Enter Height in Points',\
                cTitle: 'Custom Page Size'});"
            +"if (nHeight == null) nHeight = 792;"
            +"trustedNewDoc(nWidth, nHeight) "});
    Copy it into a text file and give it a name with a "*.js" file extension.
    Place the JS file in the JavaScripts folder:   C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\Javascripts\
    Relaunch Acrobat and you should have a new menu item named "New"

  • Getting error NSURLErrorDomain error -1100 when trying to get updates from the App Store.  Are updates still available for OS below Maverick?

    Started getting this error today (01/14/2014) when trying to download updates from the App Store for my MBAir 11" mid 2013.  Error:  NSURLErrorDomain error -1100
    Are updates still available for OS below Maverick?

    That error may result from connecting to a cellular network via a phone or mobile broadband device. If that's what you're doing, try another network.

  • I have two @me email addresses, and changing my password did not work for the original one

    I recently changed my password for my apple id, and it was successful - to a point.  I have two email accounts, it appears ... my original @me and a new one assigned  by icloud.  The password changed properly for this new email (which I never use) and not for the old one (which I always use).  How can I fix this?

    Hi bizebill,
    Thank you for your question. I understand that you would like to sync all of your devices. Please make sure that all of the devices are updated at least to version 29.
    If you were on a version before this, you will have to set up a new email and password with the new sync.
    I hope this helps.

  • HT1373 I have a MacBook Pro and newer PC. Both are authorized for my iTunes account. How do I copy or download all my library to the PC? Purchased through iTunes and loaded into my iTunes library from CDs I purchased?

    I have a MBP and a newer PC .... Both are authorized for my iTunes acount and have current versions of iTunes. How do I copy all of my iTunes library (purchased and uploaded from CDs I purchased) onto the hard drives?

    The best way is to copy the iTunes library from your Mac to the PC, so you will move everything, not only your songs. See > http://support.apple.com/kb/ht1751 (You have to do the "Restoring your iTunes Library backup" step on the PC)

  • I have tried every instruction re getting Java to work and it still won't.

    This is a new computer and I'm adding what I had on my former computer. I need Java to do the puzzles I like. I've followed instructions in the article about this using the tools. I've done everything you suggest. It still blocks the application. I also have followed instructions on the Java site. Still, Java comes up blocked. What can I do next?

    <pre>Updated Ad Blocker for Firefox 11+ 0.7.7 ({4DC70064-89E2-4a55-8FC6-E8CDEAE3618C})</pre>
    That appears to be malware.
    # Remove "Updated Ad Blocker for Firefox 11+" from the Add-ons Manager, Extensions category.
    # Install, update, then fully scan your system with Malwarebytes Antimalware.
    #* http://www.malwarebytes.org
    # Update your anti-virus then perform a full system scan with it.
    Next Generation Java Plug-in 10.51.2 for Mozilla browsers
    That's the latest version of Java available from java.com, however a more recent version is available from oracle.com.
    # From the following page, save the '''jre-8-windows-i586.exe''' file.
    #* [http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html http://www.oracle.com/…jre8-downloads-2133155.html]
    # Exit all browsers.
    # Uninstall all versions of Java as described below.
    #* http://www.java.com/en/download/help/uninstall_java.xml
    # Install the current version of Java that you downloaded earlier.

  • Getting a new mac and want to use both with iTunes

    I looked around the forums and the main site a bit and didn't see anything specific on how to do this, but I am currently using iTunes with my macbook and I have all of my iTunes content on an external hard drive. When my new mac arrives I first want to be able to use it as the primary device for iTunes (still want to keep content on the external drive) and need help on how to set it up (preferably w/o losing any content especially my iPhone backup) and if possible I want to be able to stream iTunes content to the macbook with the same account.
    Thanks in advance!

    The_J wrote:
    I'm not exactly sure if my library database documents are on the external or not. I do know that I just have my entire itunes library on the external. Any way I could check to be sure?
    your entire iTunes folder, not just the iTunes music (or media) folder, should be on the external. the iTunes folder contains, among others, the *iTunes library file* - which will be the database both your Macs need to access. click here for information.
    And if not, how do I go about moving the documents to the external
    just drag & drop them over. next, on one Mac after the other, launch iTunes with the option key pressed. you will see this window
    click on +choose library+ and navigate to the +iTunes library file+ (which should be located on the external HD inside the iTunes folder).
    As far as using the macbook with iTunes I guess I'm looking for a way to share the music with it after I have setup the new mac to be the main iTunes machine. I know there's the option of Home Sharing in iTunes so is that all I need to do?
    home sharing should work okay. click here for information.
    for another option, click here.

  • I migrated from a Windows 7 PC to a MacBook Pro sometime ago, and since then whenever I try to sync my iPhone I keep getting this error -54, and I haven't found a fix for it anywhere! Please help guys

    I sincerely have no idea of what to do and I have been reseaching for a while now!

    There you go guys, if this is useful for something...

  • I keep getting the "unencrypted info and third party veiwing" when logging in for email. What is this and why?

    It also sometimes appears when attempting to log onto financial /banking sites requiring passwords. I can sometimes shut down the browser, reopen it and then it works ok, sometimes.

    -> Tap '''ALT''' key or press '''F10''' to show the Menu Bar
    -> go to Help Menu -> select '''Restart with Add-ons Disabled'''
    Firefox will close then it will open up with just basic Firefox. Now do this:
    -> Update Firefox to the latest version by going to Help Menu -> About Firefox -> click '''Check for Updates''' -> if an updated version is found then download the latest version and install it. After that follow these steps:
    -> Update ALL your Firefox Plug-ins https://www.mozilla.com/en-US/plugincheck/
    -> go to View Menu -> Toolbars -> unselect All Unwanted/Incompatible Toolbars
    -> go to Tools Menu -> Clear Recent History -> '''Time range to clear: select "EVERYTHING"''' -> click Details (small arrow) button -> place Checkmarks on '''Cookies, Cache''' -> click '''Clear Now'''
    -> go to Tools Menu -> Options -> Content -> place Checkmarks on:
    1) Block Pop-up windows 2) Load images automatically 3) Enable JavaScript
    -> go to Tools Menu -> Options -> Privacy -> History section -> '''Firefox will: select "Remember History"'''
    -> go to Tools Menu -> Options -> Security -> place Checkmarks on:
    1) Warn me when sites try to install add-ons 2) Block reported attack sites 3) Block reported web forgeries 4) Remember Passwords for sites
    -> go to Tools Menu -> Options -> Advanced -> Network -> Offline Storage (Cache): click '''Clear Now''' button
    -> Click OK on Options window
    -> go to Tools Menu -> Add-ons -> Extensions section -> REMOVE All Unwanted/Suspicious/Incompatible Extensions (Add-ons)
    -> go to Tools Menu -> Add-ons -> Appearance section -> REMOVE All Unwanted/Suspicious/Incompatible Themes (Persona)
    -> Restart Firefox
    You can enable your Known & Trustworthy Add-ons and Themes later. Check and tell if its working.

Maybe you are looking for