|
作者:网站编辑
|
|
周四, 2009年 04月 16日 12:23 |
|
先来两个网址,参考这个两个做就可以成功。 http://blogs.sun.com/hyau/entry/glassfish_on_freebsd_too http://john.vipvip.com/blog/?p=33
需要的软件:
i) For installation of JDK - Since Sun does not have official JDK 1.5 on FreeBSD platform. Therefore, we either have to build our own jdk from the source(note 1), or with the help from FreeBSD's java user group, there is a port version of jdk 1.5 being done (download and install from here). 不要用jdk 1.6,因为第四步的时候会出错。
ii) For installation of Apache Maven - Maven就行了,不要用Maven2。 cd /usr/ports/devel/maven make install clean iii) For installation of Apache ANT - cd /usr/ports/devel/apache-ant make install clean
iv) For installation of ported NSS - cd /usr/ports/security/nss make install clean
v) For installation of ported NSPR - cd /usr/ports/devel/nspr make install clean
|
|
LAST_UPDATED2 |
|
阅读全文...
|
|