View Full Version : Parsing a string


incredible
09-12-2006, 12:59 PM
How to check in the cmd file, which Company's Java Software is
installed in the PC

Mark V
09-12-2006, 07:05 PM
In microsoft.public.win2000.cmdprompt.admin incredible wrote:

>
> How to check in the cmd file, which Company's Java Software is
> installed in the PC

java -version

will return SUN Java information.
I suspect though that you wish to determine the JVM used by IE. I do
not have that information handy but it is stored in the Windows
registry.