| hpux 回复于:2003-09-18 11:44:54 |
| 可以试试:
# gzip -d filenane |
| chris_wan 回复于:2003-09-18 12:40:09 |
| $ gzip -d weblogic510.zip
gzip: weblogic510.zip: unknown suffix -- ignored 不过我找到一个办法,如下,请指教 $ jar -xvf weblogic510.zip |
| albert 回复于:2003-09-18 13:54:00 |
| jar ? HP-UX 有这个工具吗? 你在哪里找到的啊? |
| chris_wan 回复于:2003-09-18 14:14:18 |
| 安装了SDK1.4之后,呵呵
# find / -name jar /opt/java1.4/bin/jar /opt/java1.4/bin/PA_RISC/jar /opt/java1.4/bin/PA_RISC2.0/jar /opt/java1.4/bin/PA_RISC2.0W/jar /weblogic/weblogic/classes/weblogic/utils/jar |
| albert 回复于:2003-09-18 14:26:11 |
| Oh, I see.
Just go ahead. |
| 沉寂 回复于:2003-09-19 09:18:14 |
| zip格式的压缩工具有unix版本的 |
| holisp 回复于:2003-09-26 11:09:47 |
| 我以前用过应该可以和windows系统下压缩的winzip一致 |