jboss7.x - Place jboss-ejb-client.properties file on your classpath but how to Client Classpath? -
jboss7.1 final, how find client classpath or location jboss-ejb-client.properties file should go?
if run app terminal, then:
- folder witch app executed
- if app packaged jar, root of jar, or add class-path entry in manifest.mf points folder file
- jre lib/ext folder (not recomended)
- run java -cp argument
Comments
Post a Comment