[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Which JVM to use?
From: |
Tom Tromey |
Subject: |
Re: Which JVM to use? |
Date: |
29 Nov 2002 18:15:02 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
>>>>> "Daryl" == Daryl Lee <address@hidden> writes:
Daryl> Is there a preferred JVM to use? It seems reasonable to avoid
Daryl> Sun's, but other than that, I don't have an opinion or a clue
Daryl> which would be better.
Use in what way?
I think for Classpath hacking, many people prefer to use a standard VM
that loads bytecode, as the edit-compile-debug cycle is shorter.
There is a list on the Classpath main page:
http://www.gnu.org/software/classpath/
Which ones work against Classpath CVS, I don't know.
The web page says Kissme should, and I know the Kissme developers are
fairly active, so I'd give that one a try.
Tom