JAR command

PLUONG.US.ORACLE.COM (PLUONG@us.oracle.com)
02 Mar 98 10:54:51 -0800

Message-Id: <199803021908.LAA14311@mailsun2.us.oracle.com>
Date: 02 Mar 98 10:54:51 -0800
From: "PLUONG.US.ORACLE.COM" <PLUONG@us.oracle.com>
To: java-security@web2.javasoft.com, java-security@web4.javasoft.com
Subject: JAR command

Hi,

When I ran jar command, I got error message as following:
% jar cvf0 test.jar `find oracle -name "*.class" -print`
jar: Arg list too long

I try the other way, I create some smaller jar files (test1.jar,
test2.jar, etc...), and put them into big jar file:
% jar cvf0 test.jar test1.jar test2.jar test3.jar
Is this way alright? If not, could you please give me some hints to
solve this problem?

Thanks,
Phong