is it possible to run a Jar twice?
e.g. consider a Jar which has 2 entry points. can I run them twice simultaneously, each time with an entry, without any kind of weird (like memory) problem?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If your jar/application does not prevent a second start – yes
If you start your application within different jvm’s they are different processes which (usually) have no shared memory.