Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Beginning Java
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
paul wheaton
Ron McLeod
Devaka Cooray
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Paul Clapham
Saloon Keepers:
Tim Holloway
Carey Brown
Piet Souris
Bartenders:
Forum:
Beginning Java
Shall we run two Java Virtual Machines(JVM) in a Single Machine
Jalli Venkat
Greenhorn
Posts: 27
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Is it possible to run two Virtual Machines(JVM) in a Machine?
venkat
Nitesh Kant
Bartender
Posts: 1638
I like...
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Yes, JVM is just a process that runs on the system. If you have enough memory you can run any number of JVM's on a single physical machine.
apigee
, a better way to API!
Jesper de Jong
Java Cowboy
Posts: 16084
88
I like...
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
If you start two
Java
programs, you'll have two JVMs running.
Jesper's Blog
-
Pluralsight Author Page
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Ubuntu 11.04
Is JDK same for all platforms(windows,unix,mac) or is it different for different operating systems.
JVM
Need Solid Explanation of Java.exe
why jvm is called virtulal machine
More...