|
Problem using thread +rmi in my homework
Hi...
I compile my homework only 10marks
using as you know:
javac *.java
rmic MarketImpl
rmiregistry
in new cmd
I wrote:
java -Djava.security.policy=policy MarketServer localhost
in new cmd
I wrote:
java -Djava.security.policy=policy CustomersClient localhost
my problem is in using threads....
can any one read code and help me discovering the problem please!
download attachment from 6post down
Last edited by IbrahimAbbas : 04-13-2008 at 11:08 PM.
|