B4J Question Run two projects at the same time

Locutus

Member
Licensed User
Longtime User
Hi all,
I have a client server situation where I want to run two b4j projects at the same time. This doesn't appear to work. One of the projects is a console and one is a gui. The console project is obviously the server one.

I start the console project under the debug and it starts fine. When I try to start the gui client under the debug mode it either finishes successfully without starting or returns a problem with connecting to the rapid debugger.

Is this normal or am I doing something wrong?

Thanks for your time in replying.
 
Top