Thankyou very much for your contributions to solve my problem
You are write I need to do the difference bettwen PATH and CLASSPATH
now I have a CLASSPATH in my .bash_profile and javax.swing can be imported.
Your help is usefull thanks again!
Sincerly.
Bernardo.
.
.
.
__
>First you say you import javax.swing and then the r-or message says
> java.swing
>
>Is this your problem? R u importing java.swing instead of javax.swing?
Sorry, sorry the message is about javax.swing too I make a transcription
error,
I´m not an expert so my problem is wh
You want to put the jar and zip files in your CLASSPATH, not your PATH.
PATH is where the shell looks for binary executables. CLASSPATH is where
java looks for bytecode class files.
-Kelly
--
Kelly A. Campbell Commerce Core Engineer
<[EMAIL PROTECTED]> ChannelPoint,
maybe try putting swing.jar in your CLASSPATH. that should fix your
problem.
On Tue, 15 Jun 1999, Bernardo Paz Betancourt wrote:
> Good morning:
>
> Could some budy please tellme which is the correct PATH for use Swing
> libraries whith Java?
> I download JAVA JDK 1.1.7 and after the Swing-1.1
Ernst de Haan wrote:
>
> First you say you import javax.swing and then the r-or message says
> java.swing
>
> Is this your problem? R u importing java.swing instead of javax.swing?
>
> GreetinX++, Ernst
I think it's most likely that he appears to have put the swingall.
Hi Bernardo & all,
Bernardo Paz Betancourt wrote:
> Java works fine, but when I use in my programs
> import javax.swing.*
>
> I recive the next message at the compilation:
> "Package java.swing not found in import"
First you say you import javax.swing and then the r-or message says
Good morning:
Could some budy please tellme which is the correct PATH for use Swing
libraries whith Java?
I download JAVA JDK 1.1.7 and after the Swing-1.1 library (the exemple
SwingSet works fine too)
Java works fine, but when I use in my programs
import javax.swing.*
I recive the next messag