Hi,
 When I run  C:\Windows\System32>java -version
I get below:

java version "1.6.0_23"
Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
Java HotSpot(TM) 64-Bit Server VM (build 19.0-b09, mixed mode)

That means I am using 64-bit JVM . So I shouldn't get the error.

Regards,
Amit

On Sat, Oct 22, 2011 at 6:55 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: Amit Kumar [mailto:nanosoft.ind...@gmail.com]
> > Subject: Re: Error while first Run of Tomcat Server 7.0.22
>
> > Can u tell me how to check whether I have  32-bit
> > or 64-bit JVM installed?
>
> To find out what the default JVM is:
>
> java -version
>
> To find out what the one at JAVA_HOME or JRE_HOME is:
>
> %JAVA_HOME%\bin\java -version
> %JRE_HOME%\bin\java -version
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to