Compiling with KJC

2000-02-17 Thread Peter DeLaurentis
I am endeavoring to make some useful modifications to Kaffe - and the first step in this is getting Kaffe to build and successfully run Java applications. I am running on Windows 98, using CygWin32, and I have gotten Kaffe to successfully build. Now, I am attempting to run Java apps using

IBM Java papers

2000-02-17 Thread Archie Cobbs
FYI- A recent IBM systems journal was dedicated to Java.. http://www.research.ibm.com/journal/sj39-1.html There are a couple of interesting papers describing the IMB JIT engine and the Jalepeno project which is a JVM written 99% in Java that bootstraps and JITs itself. -Archie

Kaffe HPUX setup problem

2000-02-17 Thread Neumann, Matthew C
Hi, all! I'm new to the Java world, just started a class this winter. Apologies if this is not the right list to be asking about this. I've had some problems getting kaffe running on my HPUX box at work. Console-based programs run fine, a la HelloWorld, but when I try something in swing like

Re: Compiling with KJC

2000-02-17 Thread Godmar Back
assertion "!INTS_DISABLED()" failed: file "exception.c", line 308 Tracing into the code - it would seem that interrupts are disabled in a = place that they should be enabled. If anyone has seen this error and = could give me some hint as to what I could do to remedy it, please let = me