Hi there,
 
I am running the J2ee tutorial and when I try to run the  StorageBinEJB Example, I get:
 
TEXT FROM THE TUTORIAL

Running the StorageBinEJB Example
Create the storagebin database table:
Go to the j2eetutorial/examples/src directory.
Type ant create-storagebin-table.
Deploy the StorageBinApp.ear file (located in the j2eetutorial/examples/ears directory).
Run the client:
Go to the j2eetutorial/examples/ears directory.
Set the APPCPATH environment variable to StorageBinAppClient.jar.
Type the following command on a single line:
   runclient -client StorageBinApp.ear -name StorageBinClient 
   -textauth
 
WHAT I GET IN COMMAND LINE
 
C:\j2eetutorial\examples\ears>runclient -client StorageBinApp.ear -name StorageBinClient -textauth
No application client descriptors defined for: StorageBinClient
C:\j2eetutorial\examples\ears>
 
Everything was right before that.
 
Thanks,
 
Luis.

Reply via email to