Re: jikes and dependencies with javac

1999-10-14 Thread Christopher Cobb
Steve Robbins wrote: > On Wed, 13 Oct 1999, Hamish Moffatt wrote: > > > Second question: I'm using jdk1.1.7 and having problems with > > dependencies with javac. It looks a lot smarter than it really is! > > It seems that if I have three files, class1.java which uses class2.java > > which uses cla

Re: jikes and dependencies with javac

1999-10-14 Thread Steve Robbins
On Wed, 13 Oct 1999, Hamish Moffatt wrote: > Second question: I'm using jdk1.1.7 and having problems with > dependencies with javac. It looks a lot smarter than it really is! > It seems that if I have three files, class1.java which uses class2.java > which uses class3.java, and I "javac class1.jav

Re: jikes and dependencies with javac

1999-10-14 Thread Christopher Cobb
Hamish Moffatt wrote: > Two queries: > > I just installed jikes. It doesn't work; it can't find any files > in /usr/share/java/repository/lang (which doesn't exist; only > the repository does). Question -- which package do I need to > install to fix this, and why doesn't jikes depend on it? > > Se

Re: jikes and dependencies with javac

1999-10-13 Thread Hamish Moffatt
On Wed, Oct 13, 1999 at 04:32:26PM +0200, Ruud de Rooij wrote: > Hamish Moffatt <[EMAIL PROTECTED]> writes: > > > Second question: I'm using jdk1.1.7 and having problems with > > dependencies with javac. It looks a lot smarter than it really is! > > It seems that if I have three files, class1.java

Re: jikes and dependencies with javac

1999-10-13 Thread Ruud de Rooij
Hamish Moffatt <[EMAIL PROTECTED]> writes: > Second question: I'm using jdk1.1.7 and having problems with > dependencies with javac. It looks a lot smarter than it really is! > It seems that if I have three files, class1.java which uses class2.java > which uses class3.java, and I "javac class1.jav

Re: jikes and dependencies with javac

1999-10-13 Thread Stephane Bortzmeyer
On Wednesday 13 October 1999, at 23 h 25, the keyboard of Hamish Moffatt <[EMAIL PROTECTED]> wrote: > I just installed jikes. It doesn't work; it can't find any files > in /usr/share/java/repository/lang (which doesn't exist; only > the repository does). Question -- which package do I need to > i