Re: Developing VM

2003-08-14 Thread Mark Wielaard
Hi, On Sun, 2003-08-10 at 20:29, Peter Werno wrote: From the top of my head ... there is this TimeZone - class in the java.util - package which defines a getDefaultTimeZoneId - method. Would it make sense to redirect this to - say - the java.lang.VMSystem - class? (The currentTimeMillis is

Re: Developing VM

2003-08-14 Thread Peter Werno
Hello Mark, Hi, On Sun, 2003-08-10 at 15:32, Peter Werno wrote: we are developing a new Virtual Machine for Amiga OS (http://sourceforge.net/projects/jamiga) which will be bundled with the GNU classpath. Nice. Hope you find GNU Classpath useful for bringing a VM to that platform. Yes,

Re: Developing VM

2003-08-14 Thread Brian Jones
Peter Werno [EMAIL PROTECTED] writes: Hello everybody, we are developing a new Virtual Machine for Amiga OS (http://sourceforge.net/projects/jamiga) which will be bundled with the GNU classpath. Our VM is following a differnet approach and JNI has not been implemented yet. Moreover, we

Developing VM

2003-08-14 Thread Peter Werno
Hello everybody, we are developing a new Virtual Machine for Amiga OS (http://sourceforge.net/projects/jamiga) which will be bundled with the GNU classpath. Our VM is following a differnet approach and JNI has not been implemented yet. Moreover, we tend to implement a lot of the core