Dear all,
I've downloaded the blazix binaries on my Win98/Jdk1.3 PC.
Built a very small
EJB code. The Remote Interface, Home Interface and the EJB class are generated together with the
ejb-jar and the build.cmd
The build.cmd runs fine, does all the compilation and creates the my application's jar file. (Hello.jar)
But when it tries to run
blxejbc Hello.jar HelloEjb.jar
it fails with the following error:
Exception in
thread "main" java.lang.NoClassDefFoundError: desisoft/ejbtools/Ejb compiler
Please help.
Thanks in advance
Ambrose Tati