Simultaneous program execution
Hi,
I use JGrasp 1.8.x for my Java project development. It is a client server program that requires to server programs running (say Bank and Shop servers) which wait for input from the client program. I have access to a single computer, so all the servers and client are on my local machine. Based on the client input, the shop and server programs perform the necessary processing. However, when I run the Bank server and then try to run/compile any other programs, JGrasp prompts me to stop the running program in order to do so. Does this mean that I can only run one program at a time? I am sure there has to be a way out. Can somebody please let me know.

