AppletTalk.com Forum Index AppletTalk.com
Java discussions newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Problem with JVM after installing/ uninstalling MS VS.NET

 
Post new topic   Reply to topic    AppletTalk.com Forum Index -> JVM, native methods and hardware
View previous topic :: View next topic  
Author Message
Minouche
Guest





PostPosted: Thu May 13, 2004 8:04 pm    Post subject: Problem with JVM after installing/ uninstalling MS VS.NET Reply with quote



Hi. I installed Microsoft Visual Studio.NET on my machine for a class
I was taking. For 4 months I put up with it overriding (if that's the
term) my JVM. Whenever I visited a website that required Java, I
received the Install on Demand dialog telling me that I don't have the
JVM. I tried recommended ways to fix the problem, but none worked, so
I uninstalled VS.NET since the class is over. I still get the Install
on Demand message. I try to download the JVM, but I am redirected to a
web page with a message from Microsoft saying that the page cannot be
viewed b/c I have no JVM.

Can someone tell me how to get my JVM back? Thanks! Jennifer
Back to top
Andrew Thompson
Guest





PostPosted: Fri May 14, 2004 5:50 am    Post subject: Re: Problem with JVM after installing/ uninstalling MS VS.NE Reply with quote



On 13 May 2004 13:04:29 -0700, Minouche wrote:

Quote:
Hi. I installed Microsoft Visual Studio.NET on my machine for a class
I was taking. For 4 months I put up with it overriding (if that's the
term) my JVM.

Ouch!

Quote:
..Whenever I visited a website that required Java, I
received the Install on Demand dialog telling me that I don't have the
JVM. I tried recommended ways to fix the problem, but none worked,

Unfortunaley that is a bit vague, there are a
myriad of things that can go wrong and a slew
of fixes for them.

Do you have URL's describing what you did?

Quote:
..so
I uninstalled VS.NET since the class is over. I still get the Install
on Demand message.

Of the MSVM, or the sun VM? What are two
(applet) URL's where this has happended?

Were they using <object><embed> or
<applet> tags?

Quote:
..I try to download the JVM, but I am redirected to a
web page with a message from Microsoft saying that the page cannot be
viewed b/c I have no JVM.

Can someone tell me how to get my JVM back? Thanks! Jennifer

I can. There are also lots of other pages
that I can refer you for testing, but I think
we need to know more before we *should* go sending
you off into a plethora of possibilities.

One last question. Did you ever run 'unmsvm.exe'
on your system? It was intended to remove the MSVM
but did a very poor job of it, giving symptoms
*similar* to what you describe.

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology

Back to top
Minouche
Guest





PostPosted: Fri May 14, 2004 2:25 pm    Post subject: Re: Problem with JVM after installing/ uninstalling MS VS.NE Reply with quote



Thanks, Andrew. I will look into your questions tonight and post my
answers/urls. I am eager to have my java back. The thought just
occurred to me that I should also try running my own programs to see
what message I get, and also try javac at the command line.



Andrew Thompson <SeeMySites (AT) www (DOT) invalid> wrote

Quote:
On 13 May 2004 13:04:29 -0700, Minouche wrote:

Hi. I installed Microsoft Visual Studio.NET on my machine for a class
I was taking. For 4 months I put up with it overriding (if that's the
term) my JVM.

Ouch!

..Whenever I visited a website that required Java, I
received the Install on Demand dialog telling me that I don't have the
JVM. I tried recommended ways to fix the problem, but none worked,

Unfortunaley that is a bit vague, there are a
myriad of things that can go wrong and a slew
of fixes for them.

Do you have URL's describing what you did?

..so
I uninstalled VS.NET since the class is over. I still get the Install
on Demand message.

Of the MSVM, or the sun VM? What are two
(applet) URL's where this has happended?

Were they using <object><embed> or
applet> tags?

..I try to download the JVM, but I am redirected to a
web page with a message from Microsoft saying that the page cannot be
viewed b/c I have no JVM.

Can someone tell me how to get my JVM back? Thanks! Jennifer

I can. There are also lots of other pages
that I can refer you for testing, but I think
we need to know more before we *should* go sending
you off into a plethora of possibilities.

One last question. Did you ever run 'unmsvm.exe'
on your system? It was intended to remove the MSVM
but did a very poor job of it, giving symptoms
*similar* to what you describe.

Back to top
Andrew Thompson
Guest





PostPosted: Fri May 14, 2004 2:42 pm    Post subject: Re: Problem with JVM after installing/ uninstalling MS VS.NE Reply with quote

On 14 May 2004 07:25:40 -0700, Minouche wrote:

Quote:
Thanks, Andrew. I will look into your questions tonight and post my
answers/urls. I am eager to have my java back. The thought just
occurred to me that I should also try running my own programs to see
what message I get, and also try javac at the command line.

All right, a few URL's you might check to
give you ideas..

Thw 'wassup' applet..
<http://mindprod.com/wassup.html>
(System properties for the PC via applet)

My own 'browser version' page..
<http://www.physci.org/codes/jre.jsp>

JVMClean <http://www.physci.org/jvmclean.jsp>
has some handy diagnostic tests particularly
related to the MSVM. (That pages has further
details on the unmsvm.exe tool).

And.. <http://www.physci.org/ms/msclassfile.jsp>
Will quickly tell if the MSVM is selected by IE..
(If all the path/names are !/missing..
Sun VM is used)

HTH

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology

Back to top
Minouche
Guest





PostPosted: Sat May 15, 2004 2:58 pm    Post subject: Re: Problem with JVM after installing/ uninstalling MS VS.NE Reply with quote

Hi Andrew--
I reinstalled the JVM and everything seems to be working ok. I tested
it with the links in the physci.org and mindprod.com sites. I also
checked 2 pages that I could remember getting the error at. One
question-- do you think I should still run the unmsvm.exe tool that
you mentioned, just to be safe? Should I use the JVM clean that you
directed me to?
Thanks for all your help!!
Jennifer
P.S. This is a great help in general:
http://www.physci.org/jvmclean.jsp






Andrew Thompson <SeeMySites (AT) www (DOT) invalid> wrote

Quote:
On 14 May 2004 07:25:40 -0700, Minouche wrote:

Thanks, Andrew. I will look into your questions tonight and post my
answers/urls. I am eager to have my java back. The thought just
occurred to me that I should also try running my own programs to see
what message I get, and also try javac at the command line.

All right, a few URL's you might check to
give you ideas..

Thw 'wassup' applet..
http://mindprod.com/wassup.html
(System properties for the PC via applet)

My own 'browser version' page..
http://www.physci.org/codes/jre.jsp

JVMClean <http://www.physci.org/jvmclean.jsp
has some handy diagnostic tests particularly
related to the MSVM. (That pages has further
details on the unmsvm.exe tool).

And.. <http://www.physci.org/ms/msclassfile.jsp
Will quickly tell if the MSVM is selected by IE..
(If all the path/names are !/missing..
Sun VM is used)

HTH

Back to top
Andrew Thompson
Guest





PostPosted: Sat May 15, 2004 3:20 pm    Post subject: Re: Problem with JVM after installing/ uninstalling MS VS.NE Reply with quote

On 15 May 2004 07:58:53 -0700, Minouche wrote:

Quote:
One
question-- do you think I should still run the unmsvm.exe tool that
you mentioned, just to be safe?

LOL ..is that a *troll*?

I hope that tool has disappeared off
the face of the planet!

Quote:
...Should I use the JVM clean that you
directed me to?

...it was developed by me as an alternative
to *breaking your system* with the unmsvm.exe.

Heck ..if those pages I wrote do not
convince you, I am doing something
very ..very wrong.

(scratches head.. mutternbg..)

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology

Back to top
Display posts from previous:   
Post new topic   Reply to topic    AppletTalk.com Forum Index -> JVM, native methods and hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.