Thanks for the tip, I tried it but still have the same problem.

Regards,
Jim
--

[EMAIL PROTECTED] wrote:

> 
> 
>   From:
>        [EMAIL PROTECTED]
>     To:
>        [EMAIL PROTECTED]
>     Cc:
>        [EMAIL PROTECTED]
>   Date:
>        Thu, 11 Feb 1999 08:36:31 -0500
>  Subject:
>        Re: Swing 1.1 & Netscape Communicator?
> 
> 
> On my RedHat machine, I replaced the soft link in /usr/bin with
> a shell script which sets the classpath:
> 
> #!/bin/bash
> 
> export MOZILLA_HOME=/usr/lib/netscape
> 
> for i in ${MOZILLA_HOME}/java/classes/*.jar
> do
>      CP=${CP:-.}:$i
> done
> 
> for i in /path/to/swing/*.jar
> do
>      CP=${CP:-.}:$i
> done
> 
> unset i
> export CLASSPATH=${CP}
> unset CP
> 
> exec ${MOZILLA_HOME}/netscape
> 
> 
> 
> 
> 
>> [EMAIL PROTECTED] on 02/10/99 08:45:44 PM
>> 
>> To:   [EMAIL PROTECTED]
>> cc:    (bcc: Russell Pridemore/Lex/Lexmark)
>> Subject:  Swing 1.1 & Netscape Communicator?
>> 
>> 
>> 
>> 
>> On HP-UX I've been able to copy the Swing 1.1 JAR files into
>> .../netscape/java/classes in order to run Swing 1.1 applets >>in Netscape
>> Communicator 4.5.  (Putting the JAR files in CLASSPATH works >>as well.)
>> 
>> But on my Linux box (Red Hat 5.1; linux 2.1.119 kernel) this >>doesn't
>> seem to work.
<snip>

Reply via email to