Is it possible to install both 32bit and 64bit Java on Windows 7?

后端 未结 4 1558
心在旅途
心在旅途 2021-01-30 08:18

Is it possible to install both 32bit and 64bit Java on Windows 7?

I have some applications that I can run under 64bit, but there are some that only run under 32bit.

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-30 08:55

    To install 32-bit Java on Windows 7 (64-bit OS + Machine). You can do:

    1) Download JDK: http://javadl.sun.com/webapps/download/AutoDL?BundleId=58124
    2) Download JRE: http://www.java.com/en/download/installed.jsp?jre_version=1.6.0_22&vendor=Sun+Microsystems+Inc.&os=Linux&os_version=2.6.41.4-1.fc15.i686
    
    3) System variable create: C:\program files (x86)\java\jre6\bin\
    
    4) Anywhere you type java -version
    

    it use 32-bit on (64-bit). I have to use this because lots of third party libraries do not work with 64-bit. Java wake up from the hell, give us peach :P. Go-language is killer.

提交回复
热议问题