Applet doesn't work with Windows XP - Netscape 4.x

All - I have a Java web application which is supported for Windows 2000. Users are required to use Netscape 4.x. It uses a Swing JApplet. A plug-in is not required for Netscape, but there are some supporting JAR files installed on the client to enable the Swing components. It works fine on Windows 2K, but it breaks on Windows XP. More specifically, it throws an Exception:
java.lang.NoClassDefFoundError: com/sun/java/swing/Japplet
Does anybody have any thoughts as to why it works for Windows 2K but won't load the JApplet for Windows XP?
Thanks

Hi,
I'm assuming that if your users must use Netscape 4x, (without the plugin), then 1) they are using the built-in version of Java (1.1.5), and 2), the Java 1.1 swingall.jar file, is placed in the user's Netscape classes directory?
If that's true, then you probably want to make sure you are using the same version of the Java 1.1 swingall.jar on both the Windows 2000 and on the XP machines. When Sun was first working on Swing, each beta version had a different package placement for the swing classes. One version placed the classes in com.sun.java.swing, but the final version placed the classes in javax.swing.
The JApplet you are trying to use is still referring to the package name used in that beta version of Swing. If you try to download a current version of the Java 1.1 swing runtime, for installation on your XP machines, however, the swingall.jar will not have the classes in those locations.
--Steve                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • My i pod nano first generation doesn't work with windows 8

    My i pod nano first generation doesn't work with windows 8

    Howdy yvesmd,
    Thanks for using the Apple Support Communities.
    If your iPod nano is not being recognized in iTunes on your Windows computer, then I'd like you to please follow the directions in the link below.
    Apple - Support - iPod - iPod nano Troubleshooting
    Cheers,
    Alex H.

  • AT-AO-10 doesn´t work with Windows 2000

    I have an AT-AO-10 board that doesn’t work with Windows 2000. I have reserved two IRQs for legacy devices (non plug and play) in BIOS. The AT-AO-10 has got assigned these IRQs, a DMA and a base address that are free, and there aren’t any hardware conflicts, but the board doesn't pass the MAX's text.
    In Windows 'Information System', the board is shown in 'Forced hardware', but I don’t know that is a problem.
    If the board is unplugged, error messages are the same.

    Hello;
    You didn't mention what version of the NI-DAQ driver you are using over there. Anyway, my suggestion to you is to uninstall the NI-DAQ driver you have installed, remove the board, reboot the machine, download and install the latest NI-DAQ version (6.9.3) from NI web site.
    Try the installation with the new driver, and if that is still not working, the best bet is to try the same installation on a different machine to double check if the hardware is not defective.
    Regards
    Filipe A.
    Applications Engineer
    National Instruments

  • Install disk doesn't work with Windows Vista

    I just bought a new HP Color LaserJet Pro MFP M277dw and the install disk isn't compatible with Windows Vista.  Apparently there's no ful feature option for Windows Vista on an HP laptop.  After several hours of work I downloaded several drivers and got the printer to print, but the scan function doesn't work that well without the HP software which hasn't been created for Windows Vista.

    I am having a very similar problem but do not have an answer either.  I am running an X61 Type 7676A12 with a Lenovo ACP50 port replicator FRU part number 40Y8160.  I am running Windows XP Pro.  The port replicator has never been very great and would not restore the external monitor picture properly when the laptop had been in sleep mode however it was serviceable if not optimal.  After downloading and installing the October MS security updates the machine would get a BSOD when the port replicator was plugged in.  Remove the replicator and reboot and it worked ok.  Plug it in again and BSOD.  I tried upgrading the drivers from 5.1.4a to 7.1.1.03Aug07 and then to 7.1.2.  No go.  Emailing Targus with the problem got no response.  The port replicator is now relegated to my junk heap of useless rubbish.

  • Flash Player doesn't work with Windows 8.1

    Just purchased a new computer it has Windows 8.1 on it--Wanted to watch a You Tube video---and it said to update Flash Player--well It doesn't work at all.  Nothing I can do to make it work---any ideas on how I can get this to work--or what ever it takes for videos, and graphics.
    Sibyl

    Hello @EssieScott,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand that your new HP computer running Windows 8.1 is not playing YouTube videos and are you are seeking assistance. I am providing you with a link to a Internet Explorer Forum post: Youtube videos in windows 8.1 will not play, which offers up solutions to resolve the issue you are describing. I recommend you review this thread and apply the steps suggested.
    Please re-post if you require additional support. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • VBS objshell.AppActivate doesn't work with Windows Task Scheduler

    Hi all,
    This script do the following : 
    Open Adobe Flash media Live Encoder with an encoding profile
    Activate the Adobe Flash... Window
    Send enter key to start encoding
    Set objShell = WScript.CreateObject( "WScript.Shell" )
    objShell.Run """C:\Program Files (x86)\Adobe\Flash Media Live Encoder 3.2\FlashMediaLiveEncoder.exe"" /p ""C:\Users\process\AppData\Roaming\Adobe\Flash Media Live Encoder 3.2\profile.xml"""
    'Loading time
    WScript.Sleep 5000
    objshell.AppActivate ("Adobe Flash Media Live Encoder 3.2")
    WScript.Sleep 5000
    objShell.SendKeys "{ENTER}" 'start encoding
    This script perfectly works manually, but the objshell.appactivate command doesn't work when i run it with the windows task Scheduler.
    Any ideas ? Thx

    Hi to all! I have found workaround for this issue - I wrote vbs, made run it via bat file, and converted the bat file to exe
    vbs
    Set oShell = CreateObject("WScript.Shell")
    If oShell.AppActivate ("Connecting error to Bee") Then
    WScript.Sleep 2000
    oShell.SendKeys "%{F4}"
    End If
    bat
    start C:\Users\User\Desktop\close.vbs
    bat to exe
    Advanced BAT to EXE Converter v2.83
    I know it's some weird solution but it is working with Win Task Scheduler correctly. Try it ;)
    In some cases you need to mark checkbox "run this program as an administrator" and (or not) disable UAC.

  • Applet doesn't work with JRE1.4.1_01

    Hi,
    I have an applet embedded in a remote-server page. It can be loading from the server and running in the local computer with Jre1.3.1. After I uninstalled jre1.3.1 and installed JRE1.4.1_01. My applet doesn't run. Here is the message from Java Consol:
    java.lang.NullPointerException
         at sun.plugin.cache.CachedFileLoader.writeHeaders(Unknown Source)
         at sun.plugin.cache.CachedFileLoader.createCacheFiles(Unknown Source)
         at sun.plugin.cache.CachedFileLoader.access$200(Unknown Source)
         at sun.plugin.cache.CachedFileLoader$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin.cache.Cache.privileged(Unknown Source)
         at sun.plugin.cache.CachedFileLoader.download(Unknown Source)
         at sun.plugin.cache.CachedFileLoader.load(Unknown Source)
         at sun.plugin.cache.FileCache.get(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.connectWithCache(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:1197)
         at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:247)
         at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:250)
         at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:42)
         at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:143)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:140)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
         at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:114)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
         at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:501)
         at sun.applet.AppletPanel.createApplet(AppletPanel.java:566)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(AppletPanel.java:495)
         at sun.applet.AppletPanel.run(AppletPanel.java:292)
         at java.lang.Thread.run(Thread.java:536)
    I copy the my html file which has this applet built-in to my local computer. The webpage can be openned and the applet running fine even with jre1.4.1. Why it didn't run with Jre1.4.1 and it did run with jre 1.3.1 when loading remotely? Could someone tell me what the above messages mean? Is this a bug from Jre1.4.1_01?
    Thanks,
    Kunlun

    Hello
    i am facing the same problem. when i run my java applet using localhost.. it does not work and shows the same exceptions
    i download the JRE 1.4.1 by using following link
    http://java.sun.com/products/plugin/1.4.1/demos/plugin/applets/SpreadSheet/example1.html
    eventhen it is not working.
    as you said you installed jre .1.3 and then 1.4 but i didn`t install 1.3 i directly installed 1.4. after installing 1.4 i downloaded the jre as you said. but still i am facing the same problem
    and one thing else. i want to check it more then one system. i have to download it again and again can i download its setup once on my harddisk.
    please send me the link
    waiting for your reply
    thanx in advance
    Waris Mirza

  • Fn + F6 to lock/unlock touchpad doesn't work with Windows 10

    Hello,i have G580 i'v done an upgrade from 8.1 to windows 10so i'v have a small issue with touchpad :Fn+F6 to lock touchpad doesn't work when it was working as well in 8.1scrolling line at touchpad doesn't work to. so how to fix it, or will lenovo release drivers for windows 10 as she did for previous windowsis getting newer driver from elantech or synaptic website will resolve the problem ? cuz i did install 8.1 driver elantech and keyboard+mouse stopped working before reseting windows 10 upcoming driver. Best regards.

    I have the same problem. Untilthey update the ELAN driver I go in to Settings, Devices, Mouse and Touchpad, Additional Mouse Options and disabel  the ELAN driver. You can still turn it back on with Fn F6, but you have to go through the same steps again to turn it off. The nice thing is, it doesn't go back to enabled after awhile when you havent' been using the laptop.for awhile as it did before. The bad side is it takes about half a dozen key strokes to get to he disable. Hope this helps for now.

  • Media player hotkeys doesn't work with Windows Media Player 11

    Hi;
    I upgraded my windows media player 10 to 11 version. Now my hotkeys doesn't work. I was wondering if there is a way to solve this problem.

    Hi
    Do you mean the Toshiba Control buttons which control the WMP function like play, pause, stop, etc
    On some Toshiba notebooks the Toshiba control buttons can be configured manually.
    Please check this in the control panel -> Toshiba controls.
    If you will be not successful I would recommend reinstalling the Toshiba utility again

  • HP Pavilion G6 1006sh external display doesn't work with Windows 8.1

    Hi All,
    After performing a clean install of Windows 8.1 Professional on my Pavilion G6 1006sh I can not use my external Samsung monitor connected on HDMI port.
    The windows install went smoothly without any issues the OS had builtin drives for all of the devices. So there is no unknown hardware in device manager there is sound, wifi, LAN, etc. As for video card I can see two different devices. There is a Generic Windows VGA and there is an AMD Radeon HD 7400M installed. The AMD Catalyst software was installed successfully. In windows graphic properties I can choose from two different video outputs, one is the General Windows VGA the other one is the Radeon. However windows detects monitor connected only on General VGA (which is the inbuilt notebook display) and nothing on Radeon so I can not use my external monitor.
    Of course I tried to restart laptop / monitor many times, unplug / plug HDMI cable but no success. When I plug HDMI cable into laptop the monitor displays a message that it is connected but there is no incoming signal. The HDMI port both on monitor and laptop is working I used the same configuration with Windows 7 x64 Professional without any issues. It is only the operating system that changed.
    I tried to remove the General VGA device in order to force using Radeon but after restarting there was nothing displayed on the screen, I couldn't see anything neither on inbuilt nor on external monitor so I had to restore a previously saved system configuration.
    I tired to install the latest graphic driver to Radeon downloaded from AMD site but Windows crashed and restarted during the install process.
    Please help me with this issue or make a statement that this version of Windows is not supported on this machine so I have to revert the previous system.
    Configuration:
    modell: HP Pavilion G6 1006 SH
    RAM: 2x4 GB
    OS: Windows 8.1 Professional x64 (HUN)
    OS drivers: installed and updated automatically by windows
    Antivirus: Symantec Endpoint Protection 12.1
    Thanks,
    Zoltan
    This question was solved.
    View Solution.

    Hi there @nzole 
    Welcome to the HP Support Forums! It is a great place to find the help you need, both from other users, HP experts and other support personnel.
    I understand that you installed Windows 8.1 onto your system, but now you cannot detect an external monitor with HDMI. I am happy to help you with this.
    First, in answer to your question, this model is not supported for windows 8.1. It was only sold in versions that were configured for Windows 7.  That would mean there are no drivers specifically customized by HP for this model for Windows 8.1.  It is possible you could find an appropriate drive from a model that does support Windows 8.1 that may be close enough in terms of hardware, that its driver could work, but there is no guarantee.
    Here is the support page for your model:  HP Pavilion g6-1006sh Notebook PC
    HP Products - What If I Don't See My Operating System?
    Do you still have the Recovery partitions, or did you make a set of recovery disks, prior to installing Windows 8.1?
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • FIOS Email: Doesn't work with Windows Live Mail?

    I have follow the instructions posted in mid April 2015 for changing the email settings and they do not work at all with Windows Live Mail. 
    Unable to send or receive messages for the Verizon (text deleted by me) account. An incorrect password was entered. The next time you send or receive messages, you'll be asked to enter your user name and password for this account.
    Server Error: 0x800CCC90
    Server Response: -ERR [AUTH] Authentication failed
    Server: 'pop.verizon.net'
    Windows Live Mail Error ID: 0x800CCC92
    Protocol: POP3
    Port: 995
    Secure(SSL): Yes
    I am using the exact same identical password I used successfully to access webmail.  I confirmed the port settings of 995 (incoming) and 465 (outgoing) are being used in the set up. I noticed various versions of Outlook (Express, 2010, etc) have instructions posted here but not Windows Live Mail. Do the new settings not work on the client?

    Update: I did find the instructions posted at http://www.verizon.com/Support/Residential/Announcements/general-announcements01.htm?CMP=EMC-CVZ_ZZ_... and they DO NOT WORK
    Followed them to the letter step by step and still cannot access when using Webmail.  Here is the response:
    Unable to send or receive messages for the Verizon account. An incorrect password was entered. The next time you send or receive messages, you'll be asked to enter your user name and password for this account.
    Server Error: 0x800CCC90
    Server Response: -ERR [AUTH] Authentication failed
    Server: 'incoming.verizon.net'
    Windows Live Mail Error ID: 0x800CCC92
    Protocol: POP3
    Port: 995
    Secure(SSL): Yes

  • Kuler API doesn't work with Windows 8 apps

    Hi, I've been trying to get the Kuler API to work with my app for Windows 8 (I'm using C# and XAML). For example:
    string feed = await client.GetStringAsync("https://kuler-api.adobe.com/rss/get.cfm?listType=" + type + "&itemsPerPage=" + items + "&timeSpan=" + timeSpan + "&key=" + key);
    However this throws a Http Request Excepion and tells me: "The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF".
    This request worked absolutely fine a while ago but now it throws that exception. If I paste the url into a web browser like Chrome it works fine because Chrome ignores errors like this. Is there any way of fixing this problem? Thanks.
    Edit: if the issue can't be resolved, can anyone give an update as to when the new API system is going to be in operation? I haven't heard anything since May and it's now July.

    See:
    *https://support.mozilla.org/kb/windows-media-or-other-plugins-stopped-working
    There has been a change in where Firefox searches for plugins and the plugins folder in the Firefox program folder is no longer scanned for plugins, so Firefox won't find them anymore if they are installed in the plugins folder instead of the "browser\plugins" folder that Firefox now scans.
    You can set the plugins.load_appdir_plugins pref to true on the about:config page to make Firefox scan the "<install>/plugins/" directory for plugins like the WMP plugin (np-mswmp.dll).
    You can alternatively move plugins from "<install directory>\plugins\" to "<install directory>\browser\plugins\" (create this folder when missing) to make Firefox find them again.
    *http://www.ghacks.net/2013/05/15/why-you-may-have-lost-access-to-plugins-or-extensions-in-firefox-21/
    *http://mike.kaply.com/2013/04/24/major-changes-coming-in-firefox-21/

  • Applet doesn't work with object tags--PLZ HELP!

    <NOEMBED>
    </NOEMBED>
    </EMBED>
    </COMMENT>
    </OBJECT>

    ooops! The applet is not displayed with object tags generated by HtmlConverter utility, The applet is supposed to display a JTable and connect to Oracle DB using JDBC. The web server is Tomcat 4.1.29
    <OBJECT
        classid = "clsid:CAFEEFAC-0014-0001-0002-BBCDEFFEDCBA"
        codebase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4_1_02a-windows-i586.cab#Version=1,4,1,21"
        WIDTH = 800 HEIGHT = 500 NAME = "Edit Trunks" >
        <PARAM NAME = CODE VALUE = "cbhtolApplet.class" >
        <PARAM NAME = ARCHIVE VALUE = "trnkapplet.jar,ojdbc14.jar" >
        <PARAM NAME = NAME VALUE = "Edit Trunks" >
        <PARAM NAME = "type" VALUE = "application/x-java-applet;jpi-version=1.4.1_02a">
        <PARAM NAME = "scriptable" VALUE = "false">
        <COMMENT>
            <EMBED
                type = "application/x-java-applet;jpi-version=1.4.1_02a"
                CODE = "cbhtolApplet.class"
                ARCHIVE = "trnkapplet.jar,ojdbc14.jar"
                NAME = "Edit Trunks"
                WIDTH = 800
                HEIGHT = 500
                scriptable = false
               pluginspage = "http://java.sun.com/products/plugin/index.html#download">
                <NOEMBED>
                </NOEMBED>
            </EMBED>
        </COMMENT>
    </OBJECT>Appreciate your help!

  • Creative Console Launcher doesn't work with Windows 8

    I trying to install Creative Console Launcher on Windows 8 x64,but i get the following error:
    error.PNG
    Unsupported with Windows 8! Without this program,my headphones Tiamat 7.1,work without bass!
    Sorry for bad english,i hope you understand me!Thank you!

    See:
    *https://support.mozilla.org/kb/windows-media-or-other-plugins-stopped-working
    There has been a change in where Firefox searches for plugins and the plugins folder in the Firefox program folder is no longer scanned for plugins, so Firefox won't find them anymore if they are installed in the plugins folder instead of the "browser\plugins" folder that Firefox now scans.
    You can set the plugins.load_appdir_plugins pref to true on the about:config page to make Firefox scan the "<install>/plugins/" directory for plugins like the WMP plugin (np-mswmp.dll).
    You can alternatively move plugins from "<install directory>\plugins\" to "<install directory>\browser\plugins\" (create this folder when missing) to make Firefox find them again.
    *http://www.ghacks.net/2013/05/15/why-you-may-have-lost-access-to-plugins-or-extensions-in-firefox-21/
    *http://mike.kaply.com/2013/04/24/major-changes-coming-in-firefox-21/

  • Time Machine doesn't work with Windows Server 2008

    At work we use a Windows Server running with Windows Server 2008 to backup our work via Time Machine. All my collegues are running Snow Leopard appart from on that runs under Leopard because it's a G5.
    A few weeks ago I installed Lion to try it before upgrading all the computer and found that time machine won't work. Apperantly I found that it is due to an AFP connection.
    Can anyone tell me if I can do anything apart from trying to use another Backup Software like Data Backup?
    Would really like to use Time Machine as it's SUPERB ;-)
    Regards

    Perhaps that drive is too small to use for Time Machine. Your Time Machine drive needs to be at least twice the size of the drive it is backing up, preferably 3 times.

Maybe you are looking for

  • CONNECT BY PRIOR - ORDERING ROWS

    Hi all, I am working on database server - oracle 10g enterprise edition R2, forms - Oracle forms 10G -Version 10.1.2.0.2 on windows 2000 professional. I have a table ACCOUNT_GROUP_MASTER with the following structure. DESC ACCOUNT_GROUP_MASTER Name Nu

  • RFUMSV50 Reference field

    Hello, After execute transaction S_AC0_52000644 / RFUMSV50 I got a list of all documents where transfer posting was done, Output list include several columns such as :Tax amount, company code, Year, Document No, Is there any way to add the field Ref.

  • Noob Window on OSX Question

    OK. Gaming on iMac G5... There are about a dozen games I am content to playing if I just keep OSX. However, I know that my Intel based iMac can handle Windows. 1. Best win app for noobie (bootcamp or the others)? 2. Can my mac even play newer release

  • App store will not work on phone

    Just had an issue on one of my iphone 4's. When selecting the app store icon on the phone it says itunes is not installed on this computer. Never seen this happen before but the only thing that seems to work is the updates tab which when you try to u

  • Global discount in purchase order

    Hello, experts I have a customer who want to add a global discount (in value or % whatever) in a purchase order. Do you know a way to do that? Thanks Loic