Re: compiler crashes

1998-08-20 Thread Steve Hier
Yes, I've seen it on my system (RH 5.1) -- but if I continue to call javac from a script for more files it will eventually take out my entire system (quite a difficult task to do). I ended up switching to JIKES for compilations as it is much faster for compiling. At 12:20 PM 8/20/98 -0700, Dust

compiler crashes

1998-08-20 Thread Dustin Lang
Hi, I'll keep this brief since I submitted a bug (at blackdown, #112 incoming) with details. When compiling a big project (~150 source files), javac keeps crashing with: sun.tools.java.CompilerError: stackSize null at sun.tools.java.Type.stackSize(Type.java) at I've tried cran

Re: compilation troubles with tya07 + jdk1.1.6v2

1998-08-20 Thread Prashant Chandra
Ok. I tried tya 1.0 and still had the int64_t problem. The configure script seems to have been fixed, but I still had to add the following line of code to the top of every .c file (six of them). typedef long long int int64_t; Like I said in my earlier email, this is probably because of incorr

What does the future hold?

1998-08-20 Thread Tom Jenkins
Hello folks, Let me start by saying I think everyone is doing a good job with making Java on Linux a reality. I came back from the Imprise (formerly Borland) Developers conference with a realization about how important Java is and how much more it will become. Dr. Alan Baratz was one of the tech

Re: compilation troubles with tya07 + jdk1.1.6v2

1998-08-20 Thread Prashant Chandra
I did not know there was a tya 1.0. I could not find it on the TYA website. Where can I find it? Thanks. -prashant > > Why not use tya 1.0 (which should be used together with jdk1.1.6) ?? > > Jah > > ET > > On Thu, 20 Aug 1998, Prashant Chandra wrote: > > > Hi! > > > > I just ins

Problem playing audio file from an application.

1998-08-20 Thread niessene
Hello, I'am trying to play a simple audio(.au) file from an application. When I run my application I only hear the beginning of the audio file. Here is the program. import sun.audio.*; import java.io.*; public class Sound { public void play(String soundfile){ File

Re: compilation troubles with tya07 + jdk1.1.6v2

1998-08-20 Thread Dirk Vanhalle
Hi, You might want to try 'ftp://gonzalez.cyberus.ca/pub/Linux/java/tya1.0.tgz' I think it is the main site for tya. Cheers, Dirk.

Re: compilation troubles with tya07 + jdk1.1.6v2

1998-08-20 Thread Michael Jürgens
Hi, where is tya 1.0? On http://www.dragon1.net/software/tya/ the last version is 0.7. Regards, Michael -Ursprüngliche Nachricht- Von: Thomas Eitzenberger <[EMAIL PROTECTED]> An: Prashant Chandra <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Datum: Donnerstag, 20. August

Re: compilation troubles with tya07 + jdk1.1.6v2

1998-08-20 Thread Thomas Eitzenberger
Why not use tya 1.0 (which should be used together with jdk1.1.6) ?? Jah ET On Thu, 20 Aug 1998, Prashant Chandra wrote: > Hi! > > I just installed TYA 0.7 JIT compiler to work with JDK 1.1.6 v2. I > had problems installing TYA and I thought I would share with the rest > of the community h

compilation troubles with tya07 + jdk1.1.6v2

1998-08-20 Thread Prashant Chandra
Hi! I just installed TYA 0.7 JIT compiler to work with JDK 1.1.6 v2. I had problems installing TYA and I thought I would share with the rest of the community how I hacked a solution. First I had problems with configure not recognizing my java VM. Apparently this is because 'java -versio