Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
jvm
- Page 1
JVM
Programming
Software Development
12 Years Ago
by harirock
**
Jvm
is a folatform independent or not if it is yes way? no why no?**
Re: jvm: help me
Programming
Software Development
20 Years Ago
by jerbo
JVM
's are specific to the hardware/OS involved (Windows, Mac, Linux). If you are wanting to write your own
JVM
, then you should contact or visit the sun site. They have the specifications on what the
JVM
should do.
Re: JVM
Programming
Software Development
12 Years Ago
by JamesCherrill
The
JVM
provides a standard environment for Java programs to run on, independent of the platform. However, the
JVM
itself needs to interface with the OS, so there is a different version of the
JVM
for every OS.
Re: JVM
Programming
Software Development
12 Years Ago
by rotten69
The
JVM
is indeed a platform independent. That means you can develop … them on Linux, Mac and Windows. The beauty of the
JVM
provides programmers a way of using the same native code…
Re: jvm: help me
Programming
Software Development
20 Years Ago
by cosi
… the [URL=http://java.sun.com/docs/books/vmspec/]
JVM
specs[/URL]. Sun provides the book for download in … project, you can obtain one of the open source
JVM
implementations ([URL=http://www.kaffe.org/]Kaffe[/URL])to … good deal of knowledge about the internal workings of their
JVM
. Ed [QUOTE=rishiraj_bayerd]Hi all, i want to know …
jvm: help me
Programming
Software Development
20 Years Ago
by rishiraj_bayerd
… want to know [B]how
jvm
works,internal architecture of
jvm
.....all the the technical information about
jvm
[/B]...Because it is my…
Jvm
Programming
Software Development
17 Years Ago
by Parsu7
Why
JVM
is platform dependent?
JVM
Programming
Software Development
14 Years Ago
by extemer
can any body tell me what is basically
JVM
and for what is it used for.thanks in advance
Re: JVM
Programming
Software Development
14 Years Ago
by masijade
I'm sorry (not) but [url=http://www.lmgtfy.com/?q=what+is+the+
JVM
]this[/url]?
JVM reaction to multiple programs?
Programming
Software Development
19 Years Ago
by server_crash
Let's say I have 5 applets on the same page. How does the
JVM
respond to that? Will a new implementation be created for each applet, or does each applet share the
jvm
? Also, is there some priority, like the first applet added will be the first loaded? Hope that made sense.
Re: JVM reaction to multiple programs?
Programming
Software Development
19 Years Ago
by jwenting
… one could theoretically create a browser that instantiates a new
JVM
for each applet instance such is AFAIK never done in… practice). The applets will exist in the
JVM
as separate instances of the same class within a single…
Re: JVM reaction to multiple programs?
Programming
Software Development
19 Years Ago
by jwenting
You should get superior performance as the
JVM
and classes are loaded only once instead of being loaded … can get into problems with the available memory to the
JVM
but that's usually a sign of poor design of…
Re: JVM reaction to multiple programs?
Programming
Software Development
19 Years Ago
by hooknc
… then what about apllications? Does it also use the same
jvm
to run another application or is another instance of that…[/QUOTE] No, each application gets its own instance of the
JVM
. There are ways of getting the applications to talk to…
Re: JVM reaction to multiple programs?
Programming
Software Development
19 Years Ago
by jwenting
You could of course create a launcher which starts several applications inside a single
JVM
, but they'd for the
JVM
all be the same application which would likely play hell on things like Swing user interfaces.
Re: JVM stack error?
Programming
Software Development
18 Years Ago
by George2
Thanks jwenting. I am surprised that native code fail makes
JVM
crash. Could you show me some popular cases why native …call could cause
JVM
fail please? One sample I could think of is, the…
JVM
can not find the related function name from the native …
Re: JVM reaction to multiple programs?
Programming
Software Development
19 Years Ago
by freesoft_2000
Hi everyone, This is an interesting topic. jwenting if a single vm runs all the applets on a single html page then what about apllications? Does it also use the same
jvm
to run another application or is another instance of that program created Richard West
JVM stack error?
Programming
Software Development
18 Years Ago
by George2
Hello everyone, When running my program on Java
JVM
5.0, there are strange stack errors. What may be …
Re: JVM stack error?
Programming
Software Development
18 Years Ago
by jwenting
that could be it (though I'd expect a more graceful error message were that to happen). But more likely a method in your DLL overwrites some memory belonging to the
JVM
, causing it to fail, or runs into an infinite loop (you didn't post the entire error message, which might shed more light on things).
JVM-java vitual machine
Programming
Software Development
16 Years Ago
by pidven
i am new to java i am learning myself.i moved on to
jvm
i did'nt understanding it and ithat to searched google i found little bit confussion so can any one solve my problem thankingyou
Re: JVM-java vitual machine
Programming
Software Development
16 Years Ago
by Acidburn
Ok whats your problem? You've stated that your learning Java and your new. Thats cool, pick up a book? Get a decent IDE - Personally I like netbeans.
JVM
- Is a Java Virtual Machine, the code compiled runs in this virtual enviroment allowing Sun / Java to claim that there software is cross platform.
JVM Out of memory error - Urgent
Programming
Software Development
15 Years Ago
by senthilkumar.ns
Hi All, i using Hibernate to develop a project for my company, i getting
jvm
out memory error often, every 5 refresh. please help me to find out what is causing this. Thanks
JVM,JDK,JRE........
Programming
Software Development
15 Years Ago
by ajeet choudhary
sir.......i m confused for the function of
jvm
,jdk,jre. i know the full form of these but i m not sure about these working so please help me... if anyone know the full form of java then please tell me. one from i find is "just another vegue approach" but i m sure it is right or wrong.... help me
Re: JVM,JDK,JRE........
Programming
Software Development
15 Years Ago
by masijade
… Java Runtime Enviroment, basically the "java" command. The
JVM
is the Java Virtual Machine. This is what you start…
JVM creation failed (windows xp)
Programming
Software Development
13 Years Ago
by Ashenvale
:C my fresh install Netbeans 7.0 won't open and it says "
JVM
creation failed" can anyone pls tell me what's wrong? >.<
Re: Jvm
Programming
Software Development
17 Years Ago
by jbennet
the VM itself is, the code isnt thats because the VM is written in C
Re: Jvm
Programming
Software Development
17 Years Ago
by jwenting
not necessarilly :) typical homework question, asked and answered a million times before so you should be able to find the answer easily.
Re: JVM
Programming
Software Development
14 Years Ago
by Dhruv Gairola
before that, ask yourself- what is google and what is it used for.
Memory footprint - running multiple JVM's on a single box (long post)
Programming
Software Development
19 Years Ago
by Kate Albany
….03 I have configured the eight current Java processes through
JVM
options to run within the 1.2 Gig of available… portions are idle code/data for the most part. Each
JVM
consumes around 160-180 Megs of RAM. An example of… the options I am passing to the
JVM
are below: -server -d64 -Djava.awt.headless=true -Xms16384k -Xmx16384k…
Re: Memory footprint - running multiple JVM's on a single box (long post)
Programming
Software Development
19 Years Ago
by Kate Albany
…as spawned by the slave process. Instead of its own
JVM
. Although I have noticed in other multi-threaded applications …spawned seems to be given slightly more priority by the
JVM
than those spawned before it. I shall tinker some …works though I can run, say 4 processes within one
JVM
process, thus lowering the overall memory requirments by running …
Thread accessing from two different JVM's
Programming
Software Development
17 Years Ago
by vivek_green
hi, I have a probelm,two thread from two different
JVM
's accessing the same file causing improper data for the 2
JVM
's resulting in improper data. If it same
JVM
i can go for synchronized block ,wil not happen with independent
JVM
.soluion pls?
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC