Eclipse Java multiple-instance conflicts? -
i running multiple instances of own chess algorithm in eclipse, having them play games against themselves. each instance of main class plays games against itself, if start 2 instances of main class, 2 chess games played simultaneously. 2 games should not conflict. however, getting unusual results. 1 instance consistently winning. other consistently losing. both main classes reference number of other static classes. when multiple instances of main class running, share other static classes? possible 1 conflict other, or affect results?
no, different jvms running @ same time not have in common, , don't conflict each other.
Comments
Post a Comment