Affichage des articles dont le libellé est OS. Afficher tous les articles
Affichage des articles dont le libellé est OS. Afficher tous les articles

jeudi 21 juillet 2011

64 bits or 32 bits?

1: how to determine the JVM that you are running is 64-bit or 32-bit?

    open the terminal and enter the following command:

    - java -d64 -version
 
    if it is a 64-bit system, you will get the following result:

        chen-macbook:~ cwang$ java -d64 -version
    Java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b07-334-9M3326)
    Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02-334, mixed mode)


    otherwise, you will get the following result:

        chen@chen-VirtualBox:~$ java -d64 -version
    Running a 64-bit JVM is not supported on this platform.


2: how to determine your system is 64-bit or 32-bit?

    MAC OS:
        open the terminal and enter the command uname -p,
        if you get i386, that means your system is 32-bit, x86-64 otherwise.
    
 
Finished

  



 

dimanche 28 mars 2010

【转】操作系统版本

Alpha版:内部测试版,一般不向外部发布,会有很多Bug。一般只有测试人员使用。

Beta版:也是测试版,这个阶段的版本会一直加入新的功能。在Alpha版之后推出。

RC版:(ReleaseCandidate)候选版本。系统平台上就是发行候选版本。RC版不会再加入新功能,主要着重于除错。

RTM版:(Release to Manufacture)给工厂大量压片的版本,内容跟正式版是一样的,不过RTM版也有出限制、评估版的。但是和正式版本的主要程序代码都是一样的。

OEM版:是给计算机厂商随着计算机贩卖的,也就是随机版。只能随机器出货,不能零售。只能全新安装,不能从旧有操作系统升级。包装不像零售版精美,通常只有一面CD和说明书(授权书)。

RVL版:其实RVL根本不是版本的名称。它是中文版/英文版文档破解出来的。

EVAL版:流通在网络上的EVAL版,与“评估版”类似,功能上和零售版没有区别。

RTL版:Retail(零售版),是真正的正式版,正式上架零售版。