You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by Korcan Abalı <ko...@gmail.com> on 2012/04/10 10:38:38 UTC

HelloWorld

I have tried the sample in http://openejb.apache.org/hello-world.html

for compling the code
karan@poweredge:~/projects$ javac -cp
$OPENEJB_HOME/lib/javaee-5.0-1.jar -d . *.java
was written but i think it should be
javac -cp $OPENEJB_HOME/lib/javaee-api-5.0-1.jar -d . *.java
(at least for windows)

Kind Regards