which java version to install Windows x86,Windows x64 so that it will run on both 32 bit and 64 bit -


when go download page of java there 2 version java

windows x86  windows x64 

how find out version suitable installation ?

if os windows 32 bit download windows x86 version. if os windows 64 bit download windows x64 version.

java platform independent. if use platform independent libraries when developing; app run on both 32 , 64 bit.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -