473,545 Members | 1,863 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Applets are not working in IE 6.0/win98

I noticed on my PC with win98/IE 6.028 applets are not working.
Applets are working when I use Netscape 7.1. When I open the DOS win
and I check for a Java version I am getting:

C:\WINDOWS>java -version
java version "1.4.1_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)

On IE Tools-Internet option-Advanced- I see icon of Java (Sun) -
checked.

Any ideas why it is not working?

Thanks,

Zalek
Jul 17 '05 #1
4 8788
There are quite a few possible reasons. I'll just cover a couple.

If you indeed are using the Sun JRE (plugin), check the java console for
exceptions and post the information you find. Note that the JVM you find
via the command line (dos shell) doesn't really tell you anything about
which JVM your browser is using. Also, 1.4.1 is quite a bit out of date.
Unless you really need that specific version, you might want to install the
most recent stable release.

If you are using the MS Java VM, then there are several possibilities.
Probably the most common is that the applet was compiled with the 1.4 SDK
which (by default) generates class files not compatible with the MS Java VM.
(see: javac ... -target 1.1). Also, the MS Java VM would have trouble with
classes only available after version 1.1.4, 1.1.7 or 1.1.8 or so.
Swing/JApplet would certainly be a problem.

Just a few thoughts for you.

Regards... Jon Armstrong

<za********@hot mail.com> wrote in message
news:e8******** *************** ***@posting.goo gle.com...
I noticed on my PC with win98/IE 6.028 applets are not working.
Applets are working when I use Netscape 7.1. When I open the DOS win
and I check for a Java version I am getting:

C:\WINDOWS>java -version
java version "1.4.1_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)

On IE Tools-Internet option-Advanced- I see icon of Java (Sun) -
checked.

Any ideas why it is not working?

Thanks,

Zalek



-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Jul 17 '05 #2
"Jon Armstrong" <no*******@noad dress.org> wrote in message news:<40******* *@corp.newsgrou ps.com>...
There are quite a few possible reasons. I'll just cover a couple.

If you indeed are using the Sun JRE (plugin), check the java console for
exceptions and post the information you find. Note that the JVM you find
via the command line (dos shell) doesn't really tell you anything about
which JVM your browser is using. Also, 1.4.1 is quite a bit out of date.
Unless you really need that specific version, you might want to install the
most recent stable release.

If you are using the MS Java VM, then there are several possibilities.
Probably the most common is that the applet was compiled with the 1.4 SDK
which (by default) generates class files not compatible with the MS Java VM.
(see: javac ... -target 1.1). Also, the MS Java VM would have trouble with
classes only available after version 1.1.4, 1.1.7 or 1.1.8 or so.
Swing/JApplet would certainly be a problem.

Just a few thoughts for you.

Regards... Jon Armstrong
Thanks for your answer.
On IE Internet Option - Advanced - SUN Java options are checked, MS
Java is unchecked.
Under Tools - I see "Sun Java Console" option, but when I click on it
- nothing happens.
On Setting - Control Panel I see icon "Java Plug-In". When I click on
it, it opens a window with checked options:
Show Console
Bowser options - Netscape, IE

Advance Uninstall utility I am using shows me all Plugins in IE - I
don't see there anything about Java.

And applets are not working :----------(((

Zalek


<za********@hot mail.com> wrote in message
news:e8******** *************** ***@posting.goo gle.com...
I noticed on my PC with win98/IE 6.028 applets are not working.
Applets are working when I use Netscape 7.1. When I open the DOS win
and I check for a Java version I am getting:

C:\WINDOWS>java -version
java version "1.4.1_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)

On IE Tools-Internet option-Advanced- I see icon of Java (Sun) -
checked.

Any ideas why it is not working?

Thanks,

Zalek



-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----

Jul 17 '05 #3
I am also having the exact same problem. Some applets changed at
http://www.dslreports.com/stest?loc=97 and
http://www.dslreports.com/stest?loc=1

These are used to test broadband dowload times. They changed the
applets, now they won't work.

I get nothing but a blank applet box. The applet at Linkline still
works ( http://www.dslreports.com/stest?loc=2 ).

I downloaded Java 2 v1.4.2_04 from the link as suggested, but still no
applet. I am using IE 6.0 on Windows 98.

In IE, I get the message "load: Class Speed not found"

In Netscape I get "applet speed error:Java lang.class format error:
Bad major version number"

I've made sure I uninstalled all Sun Java, then reinstalled with no
luck.
I've run the tests at the Sun site with no luck. And I've tried every
corrective action they've suggested.

(I cannot display the Java Console either.)

I saw somewhere where someone had the samr problem and fixed my
reinstalling MSJVM (3805 build, 3810 update) but I'm already at that
level.

I've gotten this to work on my thinkpad with W2000.
Any ideas how I can fix this?
Jul 17 '05 #4
Mark,

Speed.class (from speedtest.jar) is a JApplet.

Since this applet uses swing, there's little reason to generate classes that
are
1.1 compatible.

You're still using the MS JVM in IE. That's the error message you would see
when trying to load class files compiled with a recent version of the Sun
SDK.
These class files are not compatible with the MS JVM, unless the -target 1.1
option is used.

For IE, you'd need to download and *properly* install/enable the Sun Java
plugin. See: http://www.java.com/en/download/manual.jsp

As far as Netscape goes, try installing and using Netscape 7.1.

Regards... Jon Armstrong
"Mark" <no*******@mail .com> wrote in message
news:a4******** *************** ***@posting.goo gle.com...
I am also having the exact same problem. Some applets changed at
http://www.dslreports.com/stest?loc=97 and
http://www.dslreports.com/stest?loc=1

These are used to test broadband dowload times. They changed the
applets, now they won't work.

I get nothing but a blank applet box. The applet at Linkline still
works ( http://www.dslreports.com/stest?loc=2 ).

I downloaded Java 2 v1.4.2_04 from the link as suggested, but still no
applet. I am using IE 6.0 on Windows 98.

In IE, I get the message "load: Class Speed not found"

In Netscape I get "applet speed error:Java lang.class format error:
Bad major version number"

I've made sure I uninstalled all Sun Java, then reinstalled with no
luck.
I've run the tests at the Sun site with no luck. And I've tried every
corrective action they've suggested.

(I cannot display the Java Console either.)

I saw somewhere where someone had the samr problem and fixed my
reinstalling MSJVM (3805 build, 3810 update) but I'm already at that
level.

I've gotten this to work on my thinkpad with W2000.
Any ideas how I can fix this?



-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Jul 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
5753
by: Dave D | last post by:
I just read something that spooked me. I'm a newbie working my way through "SAMS Teach Youself Java 2 in 21 Days." I used to code a bit in Symantec's Visual Cafe for Java about 3 years ago, but those brain cells are now gone... This book seems to imply that applets built with Java 2 (SDK 1.4) won't run in IE! It says IE only supports...
1
2622
by: Rick | last post by:
Hi, I'm having problems with Java applets. I just generated a JApplet (also tried normal Applet) in Netbeans which is delivered with the newest JDK. When I compile it in Netbeans it seems to work fine. But when I try outside Netbeans by opening the html page which is automatically generated I only see a gray area where the applet was...
1
2124
by: Vincent Montressor | last post by:
I'm playing around with writing my own panel applets, and I'm trying to figure out how to get my panel applets to be restored when I log in. As an experiment, I'm using the simple clock applet that comes with PyGNOME (clock-applet.py). It works fine when I run it from the shell, but when I log out and log in again, there's just a tiny...
8
3029
by: Andreas Røsdal | last post by:
Hi, Is there such a thing as python applets for web browsers? (eg. such as java applets?) I think that could be useful. Andreas R.
2
2273
by: erik | last post by:
I'm working on a project which will test users abilities to guess a series of randomly generated pitches. The users need to be able to access the program via the web and the results will either be saved on the server hosting the webpage or will be emailed those evaluating the test. Is there a C# equivalent to Java applets to allow my program...
1
1618
by: Puneet Trehan | last post by:
Hi i am using filesystemwatcher class in .net but that is not working in win98 & winNT. Ifound that there are API like FIndFirstChangeNotification & FindnextChangeNotification to get change notification in win98 but it doesn't give the information that which file is chnage & what is the change. I need this information necessiarlity. I...
10
1703
by: sp | last post by:
The application is written in Visual Basic / .NET and working without problems under Windows XP, Windows 2000, Windows 2003 but it isn't working under Windows ME and Windows 98 - the computer hangs. After computers hangs you can move mouse but can not press any key. Alt - Ctrl- Del isn’t working so you have to reset the computer by pressing...
2
1266
by: praveen2gupta | last post by:
Hi I am working on the sound API . I wants to receive sound data from user. The documents are showing the need of the signed applets. I wants to know 1. why the need of signing arises. 2. process of self signed applets. 3. trust of self signed certificates by the experts. How relaiable they are.
2
1760
by: praveen2gupta | last post by:
Hi In my application i wants to read a file through a applet. I am using jsp.etc, . when application is loaded through web server on the another computer. The applets is downloaded and starts working , when i gives the path of the files to be read it looks on the local computer. I wants that applets should look the files in the web hosting server...
0
7420
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7934
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7446
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6003
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5349
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3476
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3459
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1033
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
731
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.