473,499 Members | 1,765 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 8775
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********@hotmail.com> wrote in message
news:e8**************************@posting.google.c om...
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*******@noaddress.org> wrote in message news:<40********@corp.newsgroups.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********@hotmail.com> wrote in message
news:e8**************************@posting.google.c om...
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.google.c om...
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
5749
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...
1
2619
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...
1
2119
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...
8
3025
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
2267
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...
1
1616
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...
10
1702
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...
2
1261
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....
2
1758
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...
0
7128
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7006
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...
0
7169
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7215
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...
0
7385
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4597
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3088
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1425
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
661
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.