To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103628
------- Additional comments from [email protected] Sun Jul 19 00:38:22 +0000 2009 ------- The reason is : # which jar ; jar /usr/local/openjdk6/bin/jar Error: could not find libjava.so Error: could not find Java 2 Runtime Environment. however # /usr/local/openjdk6/bin/jar ... Example 1: to archive two class files into an archive called classes.jar: jar cvf classes.jar Foo.class Bar.class Example 2: use an existing manifest file 'mymanifest' and archive all the files in the foo/ directory into 'classes.jar': jar cvfm classes.jar mymanifest -C foo/ . # very strange :-( --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
