Re: Swing 1.0.3

1998-10-21 Thread Miguel Mateos Lopez
> // assuming bash or korn shell > > Pete > >and Stop apologising for your English >because it is good. > > !muy bien! Mi apprendido Espanyol. > > ______ Reply Separator _ &g

Re: Swing 1.0.3

1998-10-20 Thread peter . pilgrim
grade by December. The second phase will support Swing beta 1.3 with the javax.swing.* et el. I will update my web. I think this is better solution. Pete __ Reply Separator _ Subject: Re: Swing

Re: Swing 1.0.3

1998-10-20 Thread mlorton
> setenv JAVA_HOME /home/jdk116_v5 > setenv SWING_HOME /home/swing-1.1beta3 ^ > java.lang.NoClassDefFoundError: com/sun/java/swing/ImageIcon > at xenon.xsql.editor.Xsql.(Xsql.java:142) > at xenon.xsql.editor.Xsql.main(Xsql.java:670) You are

Swing1.1 beta 3 [was Re: Swing 1.0.3]

1998-10-20 Thread peter . pilgrim
_ Subject: Re: Swing 1.0.3 Author: Peter Pilgrim at London Date:20/10/98 12:17 Aaaah, Schei**er!! Rainer you are quite correct: http://java.sun.com/products/jfc/CHANGES.txt-1.1beta3

Re: Swing 1.0.3

1998-10-20 Thread peter . pilgrim
javax.swing.undo The following package names are unchanged: com.sun.java.swing.plaf.motif com.sun.java.swing.plaf.windows = Bug Fixes = __ Reply Separator _ Subject: Re: Swing 1.0.3 Author

Re: Swing 1.0.3

1998-10-20 Thread peter . pilgrim
lem I will put in the next release notes. Pete __ Reply Separator _____ Subject: Re: Swing 1.0.3 Author: duan ([EMAIL PROTECTED]) at lon-mime Date:20/10/98 08:28 hi i seem to have that problem too. I am trying to use Xsql which req

Re: Swing 1.0.3

1998-10-20 Thread Rudhuwan Abu Bakar
sorry about that ok here it is setenv JAVA_HOME /home/jdk116_v5 setenv SWING_HOME /home/swing-1.1beta3 setenv CLASSPATH .:/usr/java/habanero/ristra:/usr/java/habanero/ristra/demos:/usr/java/habanero/ ristra/tools:/home/jdk116_v5/lib/classes.zip:/home/swing-1.1beta3/swingall.jar: /home/swing-1

Re: Swing 1.0.3

1998-10-20 Thread peter . pilgrim
You CLASSPATH should be defined in your shell like this: JAVA_HOME=/usr/local/jdk1.1.6 SWING_HOME=/usr/local/swing-1.0.3 CLASSPATH=.:${SWING_HOME}/swing.jar:${SWING_HOME}/motif.jar:${SWING_HO ME}/metal.jar:${SWING_HOME}/window.jar:${SWING_HOME

Re: Swing 1.0.3

1998-10-20 Thread Rainer Werlein
On Tue, 20 Oct 1998 15:28:10 +0800 (MYT), Rudhuwan Abu Bakar wrote: > >hi > >i seem to have that problem too. > >I am trying to use Xsql which required swing.jar.Although i already put it >the full path in there,it seems that the program cannot find the >swing.jar.By the way I am using Swing 1.1B

Re: Swing 1.0.3

1998-10-20 Thread Ernst de Haan
Rudhuwan Abu Bakar wrote: > i seem to have that problem too. It's a good thing to describe the _exact_ problem. What is your CLASSPATH setting? What is your swing home directory? What is your JDK home directory? What is the exact message you get? Plz, if you want an answer, make sure the que

Re: Swing 1.0.3

1998-10-20 Thread Rudhuwan Abu Bakar
hi i seem to have that problem too. I am trying to use Xsql which required swing.jar.Although i already put it the full path in there,it seems that the program cannot find the swing.jar.By the way I am using Swing 1.1Beta3.Is it because of the beta version?The thing is that only me got that pro

Re: Swing 1.0.3

1998-10-20 Thread Ernst de Haan
Miguel Mateos Lopez wrote: > Hi!! Hi to you too. > I have some problems with the file swing.jar. When I compile an example, > the compiler returns errors. It doesn't find out included packages in > swing.jar. CLASSPATH is OK. Please include the error messages :^| And are you sure you want

Re: Swing 1.0.3

1998-10-20 Thread Alexander Davydenko
Troy Wu wrote: > On Mon, 19 Oct 1998, Miguel Mateos Lopez wrote: > > I have some problems with the file swing.jar. When I compile an example, > the compiler returns errors. It doesn't find out included packages in > swing.jar. CLASSPATH is OK. > > Are you putting the full classpath

Re: Swing 1.0.3

1998-10-20 Thread Miguel Mateos Lopez
On Tue, 20 Oct 1998, Miguel Mateos Lopez wrote: Yes, I'm putting the full path. I'm same problem with xml.jar. Thank you for your help. On Mon, 19 Oct 1998, Troy Wu wrote: > On Mon, 19 Oct 1998, Miguel Mateos Lopez wrote: > > I have some problems with the file swing.ja

Re: Swing 1.0.3

1998-10-19 Thread Troy Wu
On Mon, 19 Oct 1998, Miguel Mateos Lopez wrote: I have some problems with the file swing.jar. When I compile an example, the compiler returns errors. It doesn't find out included packages in swing.jar. CLASSPATH is OK. Are you putting the full classpath; i.e.: C

Swing 1.0.3

1998-10-19 Thread Miguel Mateos Lopez
Hi!! I have some problems with the file swing.jar. When I compile an example, the compiler returns errors. It doesn't find out included packages in swing.jar. CLASSPATH is OK. I think that my linux (RedHat 5.0 (Hurricane)) doesn't recognize files with extension .jar. Can you help m