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.

[672 byte] By [gateleysa] at [2007-10-2 8:28:36]
# 1
Don't use JGrasp then, just run from the commandline.
ChuckBinga at 2007-7-16 22:29:13 > top of Java-index,Developer Tools,Java Compiler...
# 2
I know that, but it would be a lot easier if the JGrasp IDE facilitated that. I am sure it does....but just dunno how. I have looked up all the settings, and can't find anything to that regard.
gateleysa at 2007-7-16 22:29:13 > top of Java-index,Developer Tools,Java Compiler...
# 3
You shouldn't run programs inside the IDE anyway normally :)Or run multiple instances of your IDE if you insist on running everything inside the IDE, but then how are you going to distribute the program to customers?
jwentinga at 2007-7-16 22:29:13 > top of Java-index,Developer Tools,Java Compiler...