appassembler and long classpath
Posted
by Paul McKenzie
on Stack Overflow
See other posts from Stack Overflow
or by Paul McKenzie
Published on 2010-03-26T16:04:17Z
Indexed on
2010/03/29
13:33 UTC
Read the original article
Hit count: 533
I am using maven appassembler to create my assembly. My classpath is too long and I get "The input line is too long." The suggestion here is to use booter windows platform, but I'm constrained to use Java Service Wrapper. Any way I can use java6 wildcarded classpath and java service wrapper?
© Stack Overflow or respective owner