[EMAIL PROTECTED] wrote:
> 
> I'm having some problems to install swing-1.1beta3 on RH5.2.
> 
> 1. I installed jdk in /java/jdk117_v1a/
> 2. I downloaded swing11-beta3.tar.z into /java
> 3. tar xvzf swing11-beta3.tar.z created directory /java/swing-1.1beta3 + 60
> html files own by user uucp and group 143.
> 4. I added the following lines to .bash_profile for user /home/wdacruz:
> PATH:/java/swing-1.1beta3:$PATH
> CLASSPATH=.
> SWING_HOME=/java/swing-1.1beta3
> export PATH CLASSPATH SWING_HOME
You can try to add /java/swing-1.1beta3/swingall.jar to your CLASSPATH
(note that it is not only directory but full path to swingall.jar).
Adding SWING_HOME to PATH seems to me excessive such as you probably do
not want start executable files resided in this directory (there is no
such files there).

Hope this helps
Pavel

Reply via email to