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:

  1. folder witch app executed
  2. if app packaged jar, root of jar, or add class-path entry in manifest.mf points folder file
  3. jre lib/ext folder (not recomended)
  4. run java -cp argument

Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -