vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi.. I'm trying to build a .jar file with my 906 .class files. If i type: # jar cvf file.jar *.class system shows error "arg list too long". With this command: find . -name "*.class" -exec jar cvf fichero.jar {} \; It seems to be ok and process show: manifest added adding: AppDb.class(in = 12328) (out= 6595)(desinflado 46%) manifest added ............. ............... But .jar file size is only 12kb. Any idea?. Perhaps this script is not right ? Thanks. -- ---------------------------------------------------------- Tu portal de Aix en Espaņol http://aixpanish.com ---------------------------------------------------------- |