Hmm, I'm not running tomee, only openejb. What do you mean "it's not for the client module"?

I tried:


java -cp -jar NetBeansProjects/HelloClient/dist/HelloClient.jar; apache-openejb-4.7.1/lib/openejb-client-4.7.1.jar org.acme.HelloClient


I'm reviewing the Java tutorial on classpath. Typically, I let the IDE handle that, but don't mind getting into the specifics :)



thanks,

Thufir

On 2015-03-07 01:01 AM, Romain Manni-Bucau wrote:
We dont have it but java -cp app.jar;openejb-client.jar YourMain can work.
That said it is not for client module.

You can deploy it uncommenting deployments line in tomee.xml, creating an
apps folder and putting your jar inside than start tomee.
  Le 7 mars 2015 09:40, "thufir" <[email protected]> a écrit :

In Glassfish, you can run client applications with "appclient -client
foo.jar" for missing dependencies.  Is there an analog for openejb-client?


thanks,

Thufir




ps:  there are some errors on the hello world example, some of the code
isn't formatted correctly so it's hard to read.


Reply via email to