I have a problem, that whenever i try to create java process from shell script, it is unable to create a process with the classpath i need to add. When i do not add the classpath the java process is created properly without any exception or problem.
Actually, i have somewhere around 300 external jars, i need to use and need to add all of them.
Can the large number of jars file, or this much long classpath, create this issue. Because, i have faced similar issue with weblogic, as when I added a long classpath in the weblogic startup file, weblogic failed to start.
Thanks.
somdirectory/*in your classpath to indicate that all.jarfiles in a directory should be added to the classpath. Maybe that helps.