B4J Question How to start jRDC.jar

erasmusackon

Member
Licensed User
Longtime User
Hello Erel, When i double click on JRDC.jar it doesn't open. Do i need to open with another application before the server will run? or how do i know the server is running. I need to stop the service and rebuild the .jar file because i made some modifications and now i can't run again because it's already running but can't locate it in the list of running services
 
Last edited:

erasmusackon

Member
Licensed User
Longtime User
Please don't limit your questions to a single member.

Start with running jRDC2 from B4J IDE.
You can run the jar from the command line with java -jar <yourjar file>

Thank you. Please i have running jRDC2 from B4J IDE and i made a modification. after i can't run it again since it's already running. How do i stop it and re-run. Thanks you
 
Upvote 0

erasmusackon

Member
Licensed User
Longtime User
Go to the Logs tab and click on the Kill Process button. It will kill the program that was started in the IDE.
Thanks. but am getting this error:

WARNING: Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@93bafbe is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.
 
Upvote 0
Top