Re: Problem with difference between Mac & Linux Java

1998-06-30 Thread pat cavanagh
Eitzenberger Thomas wrote: > pat cavanagh wrote: > > > > } > > > System.in.skip(1);//remove nl > > > }while(prod!='x'&&prod!='X'); > > > System.out.println("Total Weekly

Re: Problem with difference between Mac & Linux Java

1998-06-30 Thread pat cavanagh
Glenn Valenta wrote: > I'm new to Java and have taken a course at CU Denver in Java > Programming. The course outline states (ironically) that you must > have W95 or a Mac to take the course. I have entered it using > Linux. All has been fine up till I turned in my first code. The > following c

Re: clarification regarding java-linux

1998-06-29 Thread pat cavanagh
hi mahesh, microcon wrote: > Hai, > > I would like to run my java applet in linux. I am not able to set the > classpath properly. > > steps which I had follwed is > > 1) I have unzipped tar file jdk1.1.5-v5-980311.tar.gz under linux > this bit is ok, take a not of where you untarred the file.

Re: Survey, what tool do you use?

1998-06-18 Thread pat cavanagh
Dustin Lang wrote: > > What development tool do you use to help on daily coding? > > pico :) > wimp! real men use cat: cat > hiya.java class hiya { public static void main(String argv[]) { System.out.println("hiya pooky!"); } } ^D

Re: out of memory

1998-06-17 Thread pat cavanagh
Richard Hall wrote: > I've just begun using JDK1.1.6 on my Debian 2.0.29 machine, and the > compiler often, but not always claims to be out of memory. top says: > > Mem: 14324K av, 14020K used,304K free, 8732K shrd, 92K buff > Swap: 32252K av, 17908K used, 14344K free