Re: Problems with Java in Galeon on one machine

2002-08-31 Thread marshal
> "stan" == stan <[EMAIL PROTECTED]> writes: > On Sat, Aug 31, 2002 at 07:30:42AM +0900, [EMAIL PROTECTED] > wrote: >> It's general recommended that you symbolic link the >> javaplugin_oji.so into /usr/lib/mozilla/plugins. You may want >> to try that and see if it keeps

Re: Problems with Java in Galeon on one machine

2002-08-30 Thread stan
On Sat, Aug 31, 2002 at 07:30:42AM +0900, [EMAIL PROTECTED] wrote: > It's general recommended that you symbolic link the javaplugin_oji.so > into /usr/lib/mozilla/plugins. You may want to try that and see if it > keeps galeon from bombing. > Thanks, but a find fails to locate this shared librar

Re: Problems with Java in Galeon on one machine

2002-08-30 Thread marshal
It's general recommended that you symbolic link the javaplugin_oji.so into /usr/lib/mozilla/plugins. You may want to try that and see if it keeps galeon from bombing. Good Luck. Marshal > "stan" == stan <[EMAIL PROTECTED]> writes: > On Fri, Aug 30, 2002 at 12:34:52PM -0500, Alex Mali

Re: Problems with java

1998-01-30 Thread Steve Witt
On Thu, 29 Jan 1998, Alex Yukhimets wrote: > Sure, lots of ideas :) > > just run it as "java HelloWorldApp" > (without .class) and everything will be fine. > > Alex Y. > ARG!! I knew it was some boneheaded thing! Thanks a lot! Steve -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e

Re: Problems with java

1998-01-30 Thread Alex Yukhimets
> I'm trying to learn a little about java, so I installed jdk1.1 from hamm. > The rest of my system is Debian 1.3 (or stable). > > I'm testing the installation using the 'hello world' app below: > > class HelloWorldApp { > public static void main(String[] args) { > System.out.println(

Re: Problems with java

1998-01-30 Thread Alan Su
Steve Witt wrote (Thu, 29 Jan 1998 19:27:58 -0800 (PST) ): |> |>[/usr/home/witt/devel/java] $ java HelloWorldApp.class |>Can't find class HelloWorldApp.class |> |> |>I've checked the environment variables CLASSPATH (I don't have it set, so |>it should be

Problems with java

1998-01-30 Thread Steve Witt
I'm trying to learn a little about java, so I installed jdk1.1 from hamm. The rest of my system is Debian 1.3 (or stable). I'm testing the installation using the 'hello world' app below: class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!");