Re: [Re: [Re: Errors encountered in compiling Java Tutorial example]]

1999-11-03 Thread me
"Peter C. Mehlitz" <[EMAIL PROTECTED]> wrote: > > > Still no luck! I've downloaded the following classes.zip: > > 11550429 May 11 12:26 jdk_1.1.7-v3-glibc-x86.tar.gz > > There's no swing in jdk 1.1.x, you should get the swing-1.1.1fcs package from > JavaSofts website. > Ok, even after doing

Re: [Re: Errors encountered in compiling Java Tutorial example]

1999-10-28 Thread me
"Peter C. Mehlitz" <[EMAIL PROTECTED]> wrote: > > > ..ApptoAppl.java:11: class JLabel not found in class ApptoAppl.. > > Do you have the (JavaSoft) swing classes installed? They are not part of our > Klasses.jar (but we can run them). > > -- > Peter C. Mehlitz Tel:

Errors encountered in compiling Java Tutorial example

1999-10-27 Thread me
licked = new JLabel("Button Clicked"); button = new JButton("Click Me"); button.addActionListener(this); clickButton = new JButton("Click Again"); clickButton.addActionListener(this); add("Center", text); add("South", button); } public void start

Re: [Re: [Re: [Re: [Re: Errors encountered in compiling Java Tutorial example]]]]

1999-01-02 Thread me
Archie Cobbs <[EMAIL PROTECTED]> wrote: > > me writes: > > Great, the documentation is not apparent about explicitly specifying *every* > > .JAR that's needed. Perhaps this is asking way too much, but why can't a > > directory(s) be specified which can

Re: [Re: [Re: [Re: Errors encountered in compiling Java Tutorial example]]]

1999-01-02 Thread me
Kit <[EMAIL PROTECTED]> wrote: > > On Wed, 03 Nov 1999, me wrote: > > > > Ok, even after doing that, and copying the JARs to /usr/local/share/kaffe: > > > > -rw-r--r-- 1 root root 885137 Oct 28 01:09 Klasses.jar > > -rw-r--r--