Re: [kaffe] Porting Kaffe on Cray

2003-07-07 Thread Babar
Thank you Tony and Kevin for all valuable suggestions. The machine is Cray SV1 and UNIX version running on this machine is UNICOS.   I am just looking into different issues right now before we start working on porting it.   -- Babar     Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month!

Re: [kaffe] Porting Kaffe on Cray

2003-07-07 Thread Kevin D. Kissell
> I am working on issues regarding porting of Kaffe on > Cray machine and I was just wondering if there are > some suggestion regarding that, Cray is a 64 bit > machine so the obvious changes will be related to > porting kaffe on 64 bit machine. What kind of Cray machine are you talking about her

Re: [kaffe] Advogato

2003-07-07 Thread Mark Wielaard
Hi, On Mon, 2003-07-07 at 22:38, Rob Gonzalez wrote: > I recently joined Advogato (as gonzo) and was wondering how I would go > about getting listed as a Contributor or Developer or something for the > Kaffe Open VM project on that site :) I figured someone here (Jim?) would > be the person to kn

[kaffe] Porting Kaffe on Cray

2003-07-07 Thread Babar
Hello Everyone I am working on issues regarding porting of Kaffe on Cray machine and I was just wondering if there are some suggestion regarding that, Cray is a 64 bit machine so the obvious changes will be related to porting kaffe on 64 bit machine. Your help is appreciated ! Regards Babar __

[kaffe] Advogato

2003-07-07 Thread Rob Gonzalez
Hey all, I recently joined Advogato (as gonzo) and was wondering how I would go about getting listed as a Contributor or Developer or something for the Kaffe Open VM project on that site :) I figured someone here (Jim?) would be the person to know. Sorry if this is a little off topic ;) Rob

Re: [kaffe] Eclipse and strange ClassCastException

2003-07-07 Thread Mark Wielaard
Hi Helmer, On Mon, 2003-07-07 at 19:32, Helmer Krämer wrote: > > Next problem is a failure in System.arraycopy() > > I've just commited a fix for this one. > > If I start eclipse with this command line: > > LD_LIBRARY_PATH=plugins/org.eclipse.swt.gtk_2.1.0/os/linux/x86 ./eclipse -debug -vm

Re: [kaffe] Re: kaffe and java-gnome (it works!)

2003-07-07 Thread Dalibor Topic
--- Mark Wielaard <[EMAIL PROTECTED]> wrote: > Hi, > > On Sun, 2003-07-06 at 15:15, Dalibor Topic wrote: > > Could you post a short ChangeLog entry so that I > > can check it in, and mark java-gnome as working on the application > > compatibility web page? > > 2003-07-07 Mark Wielaard <[EMAIL P

[kaffe] Kaffe CVS: kaffe dalibor

2003-07-07 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/07/07 11:02:17 Modified files: . : ChangeLog include: jni.h jni_cpp.h kaffe/kaffevm : external.c jni.c Log message: 2003-07-07 Mark Wielaard <[EMAIL PROTECTED]> * includ

Re: [kaffe] Eclipse and strange ClassCastException

2003-07-07 Thread Helmer Krämer
On Mon, 7 Jul 2003 15:51:08 +0200 Helmer Krämer <[EMAIL PROTECTED]> wrote: Hi again, > Next problem is a failure in System.arraycopy() I've just commited a fix for this one. If I start eclipse with this command line: LD_LIBRARY_PATH=plugins/org.eclipse.swt.gtk_2.1.0/os/linux/x86 ./eclipse

[kaffe] Kaffe CVS: kaffe hkraemer

2003-07-07 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: hkraemer03/07/07 10:04:46 Modified files: . : ChangeLog kaffe/kaffevm : classMethod.c Log message: 2003-07-07 Helmer Kraemer <[EMAIL PROTECTED]> * kaffe/kaffevm/classMethod.c: (lookupArray

Re: [kaffe] Eclipse and strange ClassCastException

2003-07-07 Thread Helmer Krämer
On 07 Jul 2003 12:39:04 +0200 Mark Wielaard <[EMAIL PROTECTED]> wrote: Hi, > > From what I know about eclipse, I would assume that the > > PlatformClassLoader should not be able to find that class, > > should it? > > Actually it should but it does so in a tricky way and then removes (!) > those

[kaffe] Kaffe CVS: kaffe hkraemer

2003-07-07 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: hkraemer03/07/07 06:46:35 Modified files: . : ChangeLog kaffe/kaffevm : classPool.c code-analyse.c libraries/javalib/java/net: URLClassLoader.java Log message: 2003-07-07 Helmer Kra

Re: [kaffe] Eclipse and strange ClassCastException

2003-07-07 Thread Mark Wielaard
Hi, On Mon, 2003-07-07 at 12:39, Mark Wielaard wrote: > The workaround for IKVM.NET was to add the xmlParserAPIs.jar and > xercesImpl.jar to the bootclasspath but that doesn't work for kaffe. O, spoke to soon... It does work. I can see BOTH the Eclipse splash screens now! Admittedly it crashes so

Re: [kaffe] Eclipse and strange ClassCastException

2003-07-07 Thread Mark Wielaard
Hi, On Mon, 2003-07-07 at 11:25, Helmer Krämer wrote: > the problem is that 'StandardParserConfiguration' is loaded by a > PluginClassLoader and 'XMLParserConfiguration' is loaded by the > PlatformClassLoader (the attached patch includes this info in the > message of the ClassCastException). Nice

Re: [kaffe] Eclipse and strange ClassCastException

2003-07-07 Thread Helmer Krämer
On 07 Jul 2003 10:11:56 +0200 Mark Wielaard <[EMAIL PROTECTED]> wrote: Hi, > When trying to run the eclipse-SDK-2.1-linux-gtk release (make sure that > your java.version in System.csays "1.3" otherwise it won't try to run at > all) I get a strange ClassCastException (workspace/.metainfo/.log file

Re: [kaffe] Re: kaffe and java-gnome (it works!)

2003-07-07 Thread Mark Wielaard
Hi, On Sun, 2003-07-06 at 15:15, Dalibor Topic wrote: > Could you post a short ChangeLog entry so that I > can check it in, and mark java-gnome as working on the application > compatibility web page? 2003-07-07 Mark Wielaard <[EMAIL PROTECTED]> * include/jni.h (JNINativeInterface): Mark

[kaffe] Eclipse and strange ClassCastException

2003-07-07 Thread Mark Wielaard
Hi, Did anybody try eclipse recently? When trying to run the eclipse-SDK-2.1-linux-gtk release (make sure that your java.version in System.csays "1.3" otherwise it won't try to run at all) I get a strange ClassCastException (workspace/.metainfo/.log file): java.lang.ExceptionInInitializerError:

Re: [kaffe] 1.1.0 on M68k Amiga

2003-07-07 Thread Dalibor Topic
G'day Tony, --- Tony Wyatt <[EMAIL PROTECTED]> wrote: > Trying to get 1.1.0's JIT to work on the Amiga. It runs pre-compiled classes > OK, but won't compile (ie, run kjc). It falls over with an NPE. The problem > seems to be that a native method "fill InStackTrace" is requested with a > zero code