OK, this is crazy...
If I run this command on the command line it works fine:
Code:
cp -r /testing/schema_xmls/simple_schema* /var/schemas
but if I run the exact same command from a Java program with the exec() function it gives me:
Code:
cannot stat `/testing/schema_xmls/simple_schema*': No such file or directory
WTF??