Applet Notinited : Applet xxxxxxxxxxxx notinited
By: Emiley J
Applet Notinited is a frequent problem that occurs after you do an automatic upgrade of your Java version in your PC. The Java Runtime Environment that can be downloaded from internet comes with the autoupgrade option.
So whenever there is a later version of Java available, it will prompt automatically for an upgrade. If you choose to upgrade then the latest version of java will be downloaded to your computer.
This is normally a good thing. But if you are using any specific java software or any specific websites that uses applets which were designed using the previous versions of Java then it may not function properly after you upgrade to your later version.
How to solve this applet noninited issue
Just goto your control panel. And select your 'Add remove programs' page. Now scroll down and look for Java with the 'coffee cup' icon. See which are the versions installed in your computer. The chances are you will have more than one version. Select the higher version and click 'remove'. For example if you have 5.0 as well as 6.0 then remove 6.0.
During this process of removal you will have to close all your open internet explorers. Once the removal process is complete, open a new browser window and access the same page that previously showed 'Applet noninited' error. You should now be able to access that page without any problems.
Archived Comments
1. This is not a real fix - it is a workaround. Do this, and you won't be able to use any NEW stuff th
View Tutorial By: leanne at 2010-02-20 00:30:22
2. I have an apple computer and I cannot find the "Add/remove programs page. I looked in system pr
View Tutorial By: Dylan at 2009-04-11 19:43:41
3. Thanks alot! it works.I have also suffered alot due to this problem, but now everything is in contro
View Tutorial By: jiya at 2008-11-24 10:00:50
4. Thanks a lot. I've been stuck on this issue for quite sometime unable to access my favourite games p
View Tutorial By: Mark at 2008-04-12 22:01:56
Comment on this tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Java program to get location meta data from an image
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program