Re: [kaffe] javac dosen't work for me

2002-05-27 Thread Dalibor Topic
Hi Jukka, --- Jukka Santala <[EMAIL PROTECTED]> wrote: > On Fri, 24 May 2002, Godmar Back wrote: > >> will silently fail. I thought this was fixed > recently. Try if you can run > >> java or kaffe HelloWorld, then with "unset > CLASSPATH". > > Jukka, I wasn't doubting that your error report > was

Re: [kaffe] javac dosen't work for me

2002-05-26 Thread Jukka Santala
On Fri, 24 May 2002, Godmar Back wrote: >> will silently fail. I thought this was fixed recently. Try if you can run >> java or kaffe HelloWorld, then with "unset CLASSPATH". > Jukka, I wasn't doubting that your error report was correct. > I was objecting to your insinuation that Kaffe was always

Re: [kaffe] javac dosen't work for me

2002-05-24 Thread Godmar Back
> > On Thu, 23 May 2002, Godmar Back wrote: > > For me, the current CVS is also broken, I assume it might be the > > Character* problem Dalibor was working on? > > And yes, if you have non-existent elements (jar-files) in CLASSPATH, Kaffe > will silently fail. I thought this was fixed recently.

Re: [kaffe] javac dosen't work for me

2002-05-24 Thread Jukka Santala
On Thu, 23 May 2002, Godmar Back wrote: > For me, the current CVS is also broken, I assume it might be the > Character* problem Dalibor was working on? And yes, if you have non-existent elements (jar-files) in CLASSPATH, Kaffe will silently fail. I thought this was fixed recently. Try if you can

Re: [kaffe] javac dosen't work for me

2002-05-24 Thread Jukka Santala
On Thu, 23 May 2002, Godmar Back wrote: > > kaffe -fullversion > Kaffe Virtual Machine > Copyright (c) 1996-2000 > Transvirtual Technologies, Inc. All rights reserved Which reminds me, "The Kaffe virtual machine is free software, licensed under the terms of the GNU Public License. It is a separ

Re: [kaffe] javac dosen't work for me

2002-05-23 Thread Godmar Back
For me, the current CVS is also broken, I assume it might be the Character* problem Dalibor was working on? > kaffe -fullversion Kaffe Virtual Machine Copyright (c) 1996-2000 Transvirtual Technologies, Inc. All rights reserved Engine: Just-in-time v3 Version: 1.0.6 Java Version: 1.1 Config

Re: [kaffe] javac dosen't work for me

2002-05-23 Thread Patrick Tullmann
> Thanks for the reply. I have tried it on both > Linux and Solaris platforms. What is the output of 'kaffe -fullversion' (or 'java -fullversion')? > But, when I type javac (without a file name), it does not display > the help also. It just shows the prompt again without any error > messa

Re: [kaffe] javac dosen't work for me

2002-05-23 Thread Srinivas Reddy
Hi Dalibor, Thanks for the reply. I have tried it on both Linux and Solaris platforms. But, it fails silently on both the machines. It does not give an error message too. It does not compile a simple hello world application too. Infact, if I type just java (without any file name), it display

Re: [kaffe] javac dosen't work for me

2002-05-23 Thread Dalibor Topic
Hi Srinivas, --- Srinivas Reddy <[EMAIL PROTECTED]> wrote: > Hi, > I have checked out kaffe from the CVS. I have > configured the path, compiled and installed it. But, > I > have a strange problem. The command "java" works, > but > the command "javac" dosent work. ie... I cannot > compile my

[kaffe] javac dosen't work for me

2002-05-22 Thread Srinivas Reddy
Hi, I have checked out kaffe from the CVS. I have configured the path, compiled and installed it. But, I have a strange problem. The command "java" works, but the command "javac" dosent work. ie... I cannot compile my .java files to get the .class files. Can anyone help me? Thanks, Srinivas