Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Swing / AWT / SWT and the fly likes IE 5.5 and Swing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "IE 5.5 and Swing" Watch "IE 5.5 and Swing" New topic
Author

IE 5.5 and Swing

Marvin Monk
Greenhorn

Joined: Dec 03, 2001
Posts: 8
Does Internet Explorer 5.5 support Swing components,
or am I required to do a JRE install on each client?
The PCs at my company are "locked down" and I don't want
to require a system administrator to install a bunch of JREs.
Thanks...
Marvin Monk
Manfred Leonhardt
Ranch Hand

Joined: Jan 09, 2001
Posts: 1492
Hi Marvin,
IE never supported Swing and it never will. Every user must download the Java 2 pluggin from Sun. Your HTML can point them to it if you use the correct HTML tags. This should be allowed even though you PCs are locked down. The pluggin only allows a browser to support Swing. You will not have the JRE installed on your PC when you have downloaded the pluggin. That is another thing all together ...
Regards,
Manfred.
Marvin Monk
Greenhorn

Joined: Dec 03, 2001
Posts: 8
Thanks for the response, Manfred.
When I try to download the plugin to a "locked" machine, I get
a message that "ActiveX Controls" are not allowed.
So I go ahead and select "manual download for later installation". Then I get the full JRE.
So the JRE is not "another thing". It seems it is required on
systems that are "locked down". Am I correct?
Marvin Monk
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: IE 5.5 and Swing
 
Similar Threads
Sturts Console
how to install apache tomcat 5.5
Tomcat 5 on Dedicated sever
General Applet Question
Javaranch Newsgroup Crashes on Win98 SE