欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Linux 安装 resin

程序员文章站 2022-03-17 20:57:00
...

 1、下载resin

下载地址:http://caucho.com/products/resin/download

2、解压

 tar zxvf resin-4.0.48.tar.gz

3、安装

./configure --prefix=/usr/mpsp/resin-4.0.48 --with-java=/usr/java/jdk1.8.0_73

make

make install