SOMEONE PLEASE HELP ME!!!!! My applets won't work.

I have tried everything that has been suggested. I'm running out of hope.
I set my environment variables, implemented the codebase tag in my html, compiled with -target1.1 and enabled the JIT for VM in Internet Explorer's Internet Options. I even downloaded the Java Plug-in. Nothing is working. No matter if the applet is an Applet or a JApplet.
Every time i open an html file with an applet the page loads but the applet does nothing. When i mouseover the gray applet box i get a message in my browser's status bar reading "load: class myClass not found". Not even the example applets that came with the JDK1.4 i downloaded work. They all display that same message when i mouseover the gray box.
They all do however work when i use the command prompt appletviewer.
Is something wrong with my browser? If i view someone's on-line applets they work fine.
As long as the applet's class file and html is not on my system or i view them throught the command prompt they work fine. Otherwise i get the status message "load: class myClass not found"
Is something maybe wrong with my environment variables that i don't know about?
I'm running Microsoft Windows 2000 Professional and Microsoft Internet Explorer 5.0.
I also have a copy of Microsoft Visual Basic 6.0 installed on my machine. Is this maybe causing conflicts?
SOMEONE PLEASE HELP ME!!!!!
Chance

I did a search using these (include the quotes): "load: class XXXX not found" and "load: class" "not found" and got quite a few hits. Everyone agrees that the problem is that Java can't find the applet file <appletName>.class and the problems fall into 2 types:
(1) The applet requires a Java 1.2+ feature in your program and your browser is usings its default runtime, which is 1.1 based
(2)The CODE attribute specifies the wrong name, the class name is saved with the wrong case, the class file is located in the wrong directory, or some similar typo.
I Suggest that you double check that the JavaPlugin is activated (open it in Control Panel) and that the BROWSER tab shows that it is in use by IE. Then make sure that neither the HTML or applet files reference any directories - ie, just file names are being used, not directory paths. Everything should be in the same directory. Proof read everything in the HTML and applet files for spelling, UC/LC match, etc.
Here are a few of the items I found:
http://www.jguru.com/faq/view.jsp?EID=488128
http://www.usingit.com/products/java/applet/agnpro/faq/
http://www.srctec.com/help/cooltextfaq.htm
http://forum.java.sun.com/thread.jsp?forum=54&thread=246794
http://forum.java.sun.com/thread.jsp?forum=54&thread=142328
There's lost more, everything I saw said the same thing as I did above. It's a matter of you finding the problem, it's there.

Similar Messages

  • Please Help, Genius Maxfire gamepad won't work in Mac os Yosemite in MacPro.

    I have a Genius Maxfire 3 gamepad and this work fine in Mavericks in a new MacPro, after update to Yosemite this don't work, please if someone have a solutions, please help.
    Thanks, Juan.

    Have you went to Genius Maxfire 3 gamepad's support site/contacted them?

  • PLEASE HELP! Lexmark printer won't work!

    I just upgraded to snow leopard today and I'm already having some big problems. The worst of them is that my Lexmark X1185 won't work anymore. It used to work fine in leopard, but since I upgraded, I can't scan, print or do anything else.
    Here's what I tried to do to solve the problem:
    1. Tried to reinstall it from the manufacter CD (that didn't work cause snow leopard would crash every time I tried to open this CD).
    2.Deleted the printer in "Print and Fax System" under system preferences, and then added my printer again (also didn't work).
    3. Tried to look for drivers (the latest driver to the Lexmark X1100 series, wich my printer belongs, was for Tiger. It also didn't work.
    Also, when I turn on the computer, I get this error message: “/Library/StartupItems/LexSleeperX.app” has not been started because it does not have the proper security settings."
    Any ideas on how to solve this problem? I urgently need my printer....
    Edit: I'm running 10.6.1, my Mac is an aluminum iMac, 2.4Ghz, 1Gb RAM
    Message was edited by: iMacPodshuffle

    /usr/libexec/cups/backend/usb failed or Missing USB Class Driver
    I have been experiencing the same issues printer there but no one home!
    I have spent 6 (yes 6) hours on the phone to Lexmark today, they advised that it was due to the format of my Hard Disk not supporting their drivers. Apparently they do not support Mac OS Extended (Case-sensitive, Journaled) which means I will need to reformat the hard disk correctly to not be Case Sensitive. Apparently this will affect any driver installed.
    To find out if this is the case go FINDER > Go > Utilities > Disk Utilities (look bottom left FORMAT) I don't have any other solution to this. Spoke to Apple and they said if thats whats suggested by Lexmark then thats what needs to be done! Good Luck

  • Please help. My sound won't work.

    I've had this iPod for awhile and sometimes when I try to listen to music, the sound won't work. I've tried turning my iPod on and off, but this doesn't work. I know my sound is all the way up. It usually works just fine with headphones but not without them. I turned my iPod off and on and it plate music for the first few seconds and stopped after that. It feels a little hot when I listen to music but I turned it off too keep it cool. And when I turned it back on and played music I noticed it getting a little hot when it stopped. Is it overheating? What do I do?

    It worked right after I pushed power and home button. But the sound is gone again. When I open music there is no slider for volume. The mute switch is not on, so I'm not sure what is wrong. Would u have anymore suggestions.
    Thank you

  • Someone please help. Flash embed links not working in sidebar.php

    I followed this example over at workdpress.org and finally got Flash working in my sidebar at http://guntherportfolio.com
    (see http://wordpress.org/support/topic/234656?replies=3#post-1030341)
    However, it works with Firefox but not IE7 or Chrome. I tried a number of WordPress plugins but none worked. Is there something wrong with my code:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="someID" width="125" height="125">
    <param name="movie" value="http://guntherportfolio.com/wp-content/themes/gunther/img/EUbanner_small_linked.swf ">
    <param name="bgcolor" value="#000000">
    <param name="allowScriptAccess" value="always">
    <param name="allowFullScreen" value="false">
    <param name="name" value="someValue">
    <param name="wmode" value="transparent">
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="http://guntherportfolio.com/wp-content/themes/gunther/img/EuPDbanner_small.swf " width="125" height="125">
    <!--<![endif]-->
    <img src="preview.gif" alt="Preview">
    <p>Download the flash player</p>
    <!--[if !IE]>-->
    <param name="bgcolor" value="#000000">
    <param name="allowScriptAccess" value="always">
    <param name="allowFullScreen" value="false">
    <param name="name" value="someValue">
    </object>
    <!--<![endif]-->
    </object>

    publish your swf's html and use the tags and javascript in that html to embed your swf in another html page.  or use swfobject.

  • Please Help Me - Tascam Input Won't Work on iMac

    Hi there! I have a mic hooked into my Tascam and the Tascam is set on the Mac as my sound input. When I sing into the mic, the Mac registers the sound (in the settings area). However, when I go to record a new vocal track in Garageband, I sing into the mic and nothing happens. Do you know what I can do to get Garageband to accept the Tascam input as a track? Thank you so much!!
    Jason

    I needed to change the preferences in my Garageband as well as in my System Preferences!

  • Why isnt my itouch not connecting to the wifi? everytime i try to conncect to a network and then i put in the password, it says unable to connect to this network! why is not working?????????? someone please help me!!!

    Why isnt my itouch not connecting to the wifi? everytime I try to connect to a network and i put in the password it says "unable to connect to this network" why isnt working?! the password is correct and everything. I just dont understand why its not working. Someone please help me! thanks

    Did it ever work with this WiFi system?
    Do other devices work with this WiFi system?

  • Hi, I am wondering why my iphone won't send pictures through messages, I have MMS on and I have tried sending it with 3G on aswell and still doesn't work. Someone please help me :)

    Hi, I am wondering why my iphone won't send pictures through messages, I have MMS on and I have tried sending it with 3G on aswell and still doesn't work. Someone please help me :)

    Hey lozza567,
    Thanks for the question. I understand that you are experiencing issues sending MMS messages. The following resource may provide a solution:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Issues with sending and receiving MMS
    You will need these to send and receive MMS:
    - An iPhone 3G or later.
    - iOS 3.1 or later.
    - A cellular data connection. MMS isn't available if you are using only Wi-Fi.
    - A domestic MMS plan from your cellular provider. You may need an international messaging plan to send MMS to an international contact. Contact your carrier for more information.
    - A roaming MMS when using a cellular provider's network different from your billing cellular provider's network. Learn more about roaming and contact your carrier for more information.
    To resolve issues with sending and receiving MMS, follow these steps first
    1. Go to Settings and turn airplane mode off.
    2. Go to Settings > Messages and turn MMS Messaging on.
    3. Go to Settings > Cellular and turn Cellular Data on.
    4. Go to Settings > Cellular and turn Data Roaming on if you are roaming on a cellular provider network different from your billing provider's network.
    5. Verify that you have a cellular data connection in the status bar at the top left of your iPhone.
    6. Go to Settings and turn Wi-Fi off. Open Safari and navigate to www.apple.com to verify that you have a data connection. Turn Wi-Fi back on to continue using Wi-Fi for other features. If your cellular data connection isn't available, follow these steps.
    7. Verify that you can send and receive SMS. If you are unable to send and receive SMS, see the "Issues with sending and receiving SMS" section, above.
    8. MMS may not be available while on a call. Only 3G and faster GSM networks support simultaneous data and voice calls. Learn more about which network your phone supports.
    9. Restart your iPhone.
    10. Tap Settings > General > Reset > Reset Network Settings on your iPhone.
    11. Reseat your SIM card.
    If you are still unable to send or receive MMS, follow these steps
    1. Make sure that the contact trying to message you isn't blocked in Settings > Messages > Blocked.
    2. Go to Settings > Messages and turn on group messaging if you are sending a group message.
    3. Make sure that you are using the area code with the contact's phone number. When sending messages internationally, you also need the contact's international code.
    4. Verify a "Pay as you go" MMS plan has enough available balance. Contact your carrier if unsure of your MMS plan or available balance.
    5. If the issue occurs with a specific contact or contacts, back up or forward important messages and delete your current messaging threads with the contact. Create a new message to the contact and try again.
    6. If the issue occurs with a specific contact or contacts, delete and re-create the contact from the Contacts application. Create a new message to the newly created contact and try again.
    7. Back up and restore your iPhone as new.
    8. If your carrier has recently ported your phone number, the porting process may not be complete. Contact your carrier to confirm that the porting process is complete.
    9. Contact your carrier to verify that you are provisioned to send SMS and are in an area with cellular coverage.
    10. Contact your carrier to verify that there are no blocks or filters placed on your wireless account preventing you from sending SMS.
    11. Your carrier may require APN settings to be modified to use MMS. Learn more about when you should adjust APN settings.
    Thanks,
    Matt M.

  • My iphone 4 won't connect to my mac. It says that I need to install the lastest version of itune (11.1) but when I try to update itunes it says that I have the current version 10.6.3. Can someone please help!

    Hi,
    My iphone 4 won't connect to my mac book, it says that I need to install to latest version of itunes 11.1. When I go to itunes and try to update, it says that I have the latest version (10.6.3). Can someone please help me!
    thanks

    You are probably running OS 10.4 or 10.5 on a PPC Mac.  No version of  iTunes higher than 10.6.3 is available for these older Macs.  I have the same problem, and while I can still use the PPC to sync my iPod, it can't be used to sync an iPhone 4 or higher.  The only solution, as I discovered after upgrading to the iPhone 4, is to buy a newer Mac.  I was able to get a 2006 MacBook running Lion for under $300, and that has been a lifesaver.

  • My router internet connection won't except googles 8.8.8.8. dns why can someone please help me, my router internet connection won't except googles 8.8.8.8. dns why can someone please help me

    my router internet connection won't except googles 8.8.8.8. dns why can someone please help me, my router internet connection won't except googles 8.8.8.8. dns why can someone please help me

    naaa didnt work if you or any body else has any other ideas im open cuase now im thining about just taking it into apple and getting a new one but my friend said that he recently did the exact same thing and the apple store declined him cuase it was jailbroken sooo i really dont know what to do ....the purpose of getting the knew ipod was to have imessge and the new facetime and know that it isent working i dont know what to do or how to do it the correct way...............but thnk u Eric Ross and llaass

  • Whenever I try to download an app, it says review account information. I click review but then it won't load. Can someone please help me?

    Whenever I try to download apps, it says review account info. I click on review but then it won't load. Is there any way I can get around this or can someone please help me?

    Is the address on your iTunes account exactly the same (format and spacing etc) as on your credit card bill : http://support.apple.com/kb/TS1646 ? If it is then you could try what it says at the bottom of that page :
    If the issue persists, contact your credit card company and verify that they and any company they use to process credit card authorisations have the correct information on file.
    And/or try contacting iTunes support : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • I went out of the U.S.and my iMessage signed me out. Now it won't let me sign in! Someone please HEL, I went out of the U.S.and my iMessage signed me out. Now it won't let me sign in! Someone please, HELP!!!

    Please Help!! I went on vacation in Europe and I was texting people very easily, then one day out of the blue it says my my me email was inactivated and won't work. I know that isn't true though because I email people just fine!! 
           SOMEONE PLEASE HELP!!!   

    If you are using your Apple ID email for Messages, is it still working for all other aspects in the iTunes Store and the App Store ... can you download and update apps?
    I'm not sure at all why your email address would be deactivated by Messages.

  • My screen won't work, i have tried turning it off but i cant swipe the power down button because my screen doesnt work. I have only had my iphone 4s for one day and this has happened, someone please help me.

    My screen won't work, i have tried turning it off but i cant swipe the power down button because my screen doesnt work. I have only had my iphone 4s for one day and this has happened, someone please help me.

    Did the trick!  Not sure what I did to cause the screen to go numb, but this worked perfectly!!!  I cleaned the screen and must have inadvertently selected something that locked the screen.  This perfect solution kept me from having to run to the Apple Store.  Many thanks.

  • Does anyone know why my music won't play on my 7th generation iPod nano? I tried resetting it already and that didn't work. Can someone please help?

    Does anyone know why my music wont play on my 7th generation iPod nano? I've tried resetting it already but that didnt work. Can someone please help.

    I would to a Restore.  Select the iPod in iTunes.  Go to the Summary tab for the iPod.  There is a button there to do a Restore.  This will erase the iPod, re-install its software, and set it to default settings.  After Restore complete, try playing songs on the iPod again.
    If THAT does not fix the problem, and it's not bad headphones (since you also tried the "speaker"), there is probably a hardware problem on the iPod.  All 7th gen nanos are still under warranty.  If you have an Apple Store nearby, you should take it to the store's Genius Bar.  To minimize waiting, you can make a reservation on store's web page.
    http://www.apple.com/retail/

  • My iPod touch won't recognize my touch. It won't read or accept my finger. Ive tried to turn it off but it won't help it and doesn't fix it. Can someone please help me?

    Please help me.
    I wanna buy a new screen but I don't wanna buy it and it be a waste of money so can someone please help me?

    Try the following:
    - A reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory settings/new iPod.
    If you still have the problem that indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order

Maybe you are looking for