java - Multiple Instances Of JavaApplication -
is possible run more 1 instance of javaapplication developed in netbeans? project uses sockets , need multiple instances of application test it. before netbeans used eclipse allows me run more instances clicking 2 or 3 times on "run"-button.
you can build project , run jar multiple times :
java -jar ../dist/project.jar
to answer question : yes can , hit f6
multiple times (number hits = number instances)
Comments
Post a Comment