Linux 环境下查看resin版本

 resin安装目录为/home/resin/则可以按以下命令执行:  
cd /home/resin/lib
java -classpath ./resin.jar com.caucho.Version

结果:

Resin 2.1.11 (built Mon Sep  8 09:36:19 PDT 2003)
Copyright(c) 1998-2003 Caucho Technology.  All rights reserved.
结论:resin的版本号为2.1.11

你可能感兴趣的:(Linux 环境下查看resin版本)