Re: Java programming env (newbie question)

1998-11-24 Thread John Summerfield
On Mon, 23 Nov 1998, Matt Welsh wrote: > > You probably have Kaffe installed, which is a free Java Virtual Machine > replacement. > the command rpm -qf `which javac` will confirm. Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM

Re: Java programming env (newbie question)

1998-11-24 Thread James Cribb
Mike Song wrote: > > I installed RH Linux 5.2 and I found that 'javac', 'java' and 'appletviewer' > are already there and I am able to compile and run simple java programs. > > Does this mean that I already have JDK installed? Looks like it. "rpm" will tell you if they came from a Red Hat pack

Re: Java programming env (newbie question)

1998-11-23 Thread Matt Welsh
You probably have Kaffe installed, which is a free Java Virtual Machine replacement. mdw Mike Song <[EMAIL PROTECTED]> writes: > Hello all, > > > I installed RH Linux 5.2 and I found that 'javac', 'java' and > 'appletviewer' > are already there and I am able to compile and run simple java pr

Re: Java programming env (newbie question)

1998-11-23 Thread Ernst de Haan
Mike Song wrote: > > Hello all, > > I installed RH Linux 5.2 and I found that 'javac', 'java' and > 'appletviewer' > are already there and I am able to compile and run simple java programs. > > The question is: > Does this mean that I already have JDK installed? You sure do. Congratulations! ;

Java programming env (newbie question)

1998-11-23 Thread Mike Song
Hello all, I installed RH Linux 5.2 and I found that 'javac', 'java' and 'appletviewer' are already there and I am able to compile and run simple java programs. The question is: Does this mean that I already have JDK installed? Thanks a lot Mike