How do I detect whether 32-bit Java is installed on x64 Windows, only looking at the filesystem and registry?

前端 未结 6 1697
执念已碎
执念已碎 2020-12-15 04:58

I need to determine whether a particular system has 32-bit Java installed. I\'m doing a remote query that only gives me access to the filesystem and registry, so I cannot a

6条回答
  •  不思量自难忘°
    2020-12-15 05:29

    just write "java -d64 -version" or d32 and if you have It installed it will give a response with current version installed

提交回复
热议问题