View Full Version : Java
"Your browser is not configured for Java support" how can
I fix this problem ?
Barry
March 18th 04, 12:28 AM
configure you browser for java...
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.602 / Virus Database: 383 - Release Date: 3/1/2004
Torgeir Bakken (MVP)
March 18th 04, 12:45 AM
wrote:
> "Your browser is not configured for Java support" how can
> I fix this problem ?
Hi
Take a look at this post by Jim Byrd to get some information on how to add
MS JVM to your OS installation::
http://groups.google.com/groups?selm=OcvH9gY4DHA.3360%40tk2msftngp13.phx.gb l
If you are running Windows XP with no MS JVM installed, start with
installing v. 3805 (disregard that the post say Win2000 SP4, it will
install on WinXP as well).
--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/community/scriptcenter/default.mspx
Dave
March 18th 04, 01:04 AM
i couldn't have said it better myself... but i would say to go download java
from http://java.sun.com/j2se/1.4.2/download.html
"Barry" > wrote in message
...
> configure you browser for java...
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.602 / Virus Database: 383 - Release Date: 3/1/2004
>
>
Jim Byrd
March 18th 04, 03:25 AM
Hi Ann - You can test whether Java is working on your machine at the
following
sites:
http://www.pocoso.de/pocoso052.html
http://www.clan.lib.ri.us/clan/javatest.html
http://www.fitwise.com/testjava.asp (both 1.0 and 1.1 and what's
installed)
http://coglab.wadsworth.com/support/browsercheck.html
http://www.ces.clemson.edu/webct/browser_detect.html
and you can test Javascript here:
http://www.dancespots.net/browsertest.htm
and check whether you have the MS VM installed and which version here:
http://www.visualware.com/personal/support/index.html#java
There is good information concerning all aspects of the Java situation here:
http://www.javatester.org/installing.html
Be aware, however, that after Sept. 30, 2004, MS will apparently no longer
be distributing Java or providing any support for Java including
security fixes. (It's unclear as to how 6/26/03 court decision will
affect this) See here:
http://www.microsoft.com/windowsxp/pro/evaluation/news/jre.asp, and
http://www.microsoft.com/mscorp/java/ ,and more recently here:
http://www.reuters.com/newsArticle.jhtml;jsessionid=5JKM3R05NOIMUCRBAELCF EY?type=technologyNews&storyID=3572282
so you
might want to start thinking about the future.
You can get the Sun Java J2SE RunTimes or SDK here:
http://java.sun.com/downloads/index.html (all versions - select using
the dropdown)
Sun also offers an automatic download and install of the 1.4 Java
plug-in here: http://java.sun.com/getjava/download.html
For the MS Java VM, you may need to install v.3809 prior to upgrading
to v. 3810 if you didn't previous have MS Java v. 3805 or 3809
installed.
If your OS is Win2000 SP2, SP3 but NOT SP4 then you can download and
install the MS Java VM v. 3809 from here:
http://download.windowsupdate.com/msdownload/update/v3-19990518/CabPool/Q810030_W2K_510A502BA8F9B6F19230BB2BCCE87D5474AC9D CD.exe
or here:
http://www.biologylab.awlonline.com/MSJavaVM/Software/en/com_microsoft.windows2000/x86win2k/com_microsoft.Q810030_W2K_SP4_5849/Q810030_W2K.exe
For Win2000 SP4, you'll need to re-install v.3805, from here:
http://www.download.support.safetec.net/msjavx86/msjavx86.exe
http://www.mvps.org/inetexplorer/msjavx86.exe
For all other OS's:
Download and install the MS Java VM v. 3809 from one of the links here:
http://ftp.idilis.ro/windows/sp/jvm98/msjavwu.exe, or here:
http://www.biologylab.awlonline.com/MSJavaVM/Software/en/com_microsoft.WindowsXP/x86WinXP/com_microsoft.javavm_3809_5853/msjavwu.exe,
or here: http://secinfo.huji.ac.il/patches/Win-xp/msjavwu.exe
Then upgrade to v. 3810:
For all OS's except Win2kSP4 obtain v. 3810 here:
http://fileforum.betanews.com/detail.php3?fid=1050022631 ,or here:
http://download.windowsupdate.com/msdownload/update/v3-19990518/cabpool/MSJavWU_8073687b82d41db93f4c2a04af2b34d.exe
For Win2k - SP2, SP3 - you can also obtain v. 3810 from Microsoft here:
http://download.microsoft.com/download/5/7/7/577b7277-227d-4163-9b18-423356321682/Q816093_W2K_SP4_X86_EN.exe
For Win2kSP4, to get 3810 from Microsoft you now have to get Q816093 from
Windows Update Catalog - use the entry for Windows 2000 SP4 (this seems to
be the only Win2k option that has it) and then find 816093 in the list. You
can find directions for using the Windows Update Catalog functions here:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;323166. (I am
informed by Torgeir Bakken, MVP, that if you rename the downloaded file from
here: http://fileforum.betanews.com/detail.php3?fid=1050022631 to
msjavwu.exe it will then also work for SP4.)
Both Java VM's can co-exist on your machine quite nicely. Just select
which one you want to use in Tools|Internet Options|Advanced and restart
all IE browsers. Here, courtesy of Michel Gallant, MVP Security, is a
tiny utility which allows you to toggle and view status of your current
Java VM vendor associated with IE:
http://www.jensign.com/JavaScience/SelectIEJVM/index.html
A note from Mitch Gallant:
"One note about the JVM Selector utility:
If/when you install a new version of Sun J2SE, you need to manually
select to have Sun JVM as default JVM for IE (in install), or after
install
via the JavaPlugin control panel. This generates the necessary win32
registry
entries, which must be present for the utility to know about JavaPlugin.
After that, the utility should work properly."
--
Please respond in the same thread.
Regards, Jim Byrd, MS-MVP
In ,
Ann > typed:
> hi... I keep getting this message everytime I open a java
> supported software "Your browser is not configured for
> Java support" how can I fix this problem ?
Bruce Chambers
March 18th 04, 04:07 AM
Greetings --
As the result of a lawsuit by Sun Microsystems, and the ensuing
settlement, Microsoft is no longer allowed to provide its own Java
Virtual Machine to Windows users. You can get almost the same
functionality by downloading Sun's version of Java from
http://java.sun.com/getjava/index.html. If you want the broader
capabilities of Microsoft's Java Virtual Machine, it is still
available from a lot of 3rd-party web sites, some of which are listed
here: http://www.java-virtual-machine.net/download.html.
If you do choose the Microsoft JVM, be sure to visit Windows
Update to apply a needed security patch.
Microsoft Security Bulletin MS03-011
http://www.microsoft.com/security/security_bulletins/ms03-011.asp
(Prevents the Trojan.ByteVerify issue)
Bruce Chambers
--
Help us help you:
http://dts-l.org/goodpost.htm
http://www.catb.org/~esr/faqs/smart-questions.html
You can have peace. Or you can have freedom. Don't ever count on
having both at once. -- RAH
> wrote in message
...
> "Your browser is not configured for Java support" how can
> I fix this problem ?
Bruce Chambers
March 18th 04, 04:08 AM
Greetings --
As the result of a lawsuit by Sun Microsystems, and the ensuing
settlement, Microsoft is no longer allowed to provide its own Java
Virtual Machine to Windows users. You can get almost the same
functionality by downloading Sun's version of Java from
http://java.sun.com/getjava/index.html. If you want the broader
capabilities of Microsoft's Java Virtual Machine, it is still
available from a lot of 3rd-party web sites, some of which are listed
here: http://www.java-virtual-machine.net/download.html.
If you do choose the Microsoft JVM, be sure to visit Windows
Update to apply a needed security patch.
Microsoft Security Bulletin MS03-011
http://www.microsoft.com/security/security_bulletins/ms03-011.asp
(Prevents the Trojan.ByteVerify issue)
Bruce Chambers
--
Help us help you:
http://dts-l.org/goodpost.htm
http://www.catb.org/~esr/faqs/smart-questions.html
You can have peace. Or you can have freedom. Don't ever count on
having both at once. -- RAH
"Ann" > wrote in message
...
> hi... I keep getting this message everytime I open a java
> supported software "Your browser is not configured for
> Java support" how can I fix this problem ?
Plato
March 18th 04, 07:21 AM
Ann wrote:
>
> hi... I keep getting this message everytime I open a java
> supported software "Your browser is not configured for
> Java support" how can I fix this problem ?
http://www.bootdisk.com/xptop10.htm#5
--
http://www.bootdisk.com/
Tim Slattery
March 18th 04, 03:22 PM
> wrote:
>"Your browser is not configured for Java support" how can
>I fix this problem ?
You need to install a Java Virtual Machine (JVM). Get one here:
http://java.sun.com/getjava
--
Tim Slattery
MS MVP(DTS)
vBulletin® v3.6.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.