| Thread | Last Post | Replies |
|
| CACAO JavaVM 0.91 released under GPL | 25 Dec 2004 19:40 GMT | 2 |
CACAO JVM 0.91 released under GPL: http://www.cacaojvm.org/ CACAO is a JIT compiler for Java. The CACAO project started as a research JavaVM to explore new implementation techniques. The first
|
| How 'java' handles 'classname' passed to it | 20 Dec 2004 10:02 GMT | 2 |
After compiling the .java file, the .class is passed to 'java' and that runs the program. Does the 'java' work this way: when we give "java classname", 'java' strictly would search for classname.class and proceeds thereafter,
|
| Virtual machine help | 15 Dec 2004 15:06 GMT | 1 |
Hi I'm a student and I need to develope an application in java for Windows CE. Now I've installed on my pc Eclipse and a sun virtual machine for
|
| JVM Memory Usage. | 12 Dec 2004 14:11 GMT | 6 |
I have a problem with a 3rd party Java application which seems to have a memory leak. The problem has been reported to the supplier who have confirmed there is a problem and they are working on a fix, however they have been telling use the same thing for a month now.
|
| Strange verifier semantics | 07 Dec 2004 01:55 GMT | 2 |
I just ran into an obscure feature of the JVM verifier. When run on this bytecode: public class VerifierTest extends java.lang.Object {
|