I am learning
J2EE by following sun's tutorial, and got a problem again, when I finished all the steps to create all the components, and tried to deploy that application, but during the process of deployment, got an error message like this:
----------------
there was a deployment error
java.rmi.ServerExcpetion:RemoteException occured in server
thread;
nested exception is: java.rmi.RemoteException:Error processing ejb jar:
Could not invoke javac
-----------------
can anybody help me?
Lucy