简体   繁体   中英

Check if installed version of JRE is 64 bit on solaris Sparc

Is there a clear or easy way to check over the command line if the installed JRE is 64 bit on a Sparc machine?

I am used to seeing this in:

java -version 

however it appears that Solaris only says what version and build of java is installed.

Run java -d64 -version . It will complain if a 64 bit JVM isn't installed.

如果d (小写)不起作用,则将D置于大写。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM