Re: Question about @ argument to javac

2000-07-17 Thread Chris Abbey
At 19:04 7/17/00 -0700, Nathan Meyers wrote: >But you're *not* running javac with no arguments. No arguments suggests >you don't know the command and want some help - specifying an argument >like "@empty" suggests something very different. BTW, IBM's JDK1.3 >compiler behaves the same way. as will

Re: Question about @ argument to javac

2000-07-17 Thread Nathan Meyers
Mo DeJong wrote: > I am not sure this is a java-linux question, so feel free > to flame me, but ... > > Does this seem like an error to anyone else? > > echo "" > empty > javac @empty > > I would tend to think that this is the same as > running javac with no arguments, so it should > display a he

Question about @ argument to javac

2000-07-17 Thread Mo DeJong
I am not sure this is a java-linux question, so feel free to flame me, but ... Does this seem like an error to anyone else? echo "" > empty javac @empty I would tend to think that this is the same as running javac with no arguments, so it should display a help message. The current Sun implement

Re: browser gives a javax.swing.SwingUtilities not found error

2000-07-17 Thread Albert Lai
Not sure about windows (this is not a java-windows mailing list, after all :)), but I once tried writing applets making use of Swing and running them on linux inside netscape. The browser looks at CLASSPATH and utilizes extra classes available along it, if the browser itself does not already have

Re: yield stopping threads????

2000-07-17 Thread Albert Lai
Bruno Boettcher <[EMAIL PROTECTED]> writes: > computation is made by methods (which may contain yields) called through a > select in the run-method of each thread, after computation the thread is > blocked by a self-build semaphor. Each thread has a wake method, which sets > the desired computat

Java Charts!

2000-07-17 Thread legin
Hi Everybody, Can somebody help me on this? I'm supposed to get charts displayed in our Application. Is is possible for any AWT based charts. Since Swing has some browser compatablity problems i'm afraid if i should go for this. I tried out few swing based3-party A