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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -