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.1Beta3.Is it because of the beta
No. It's not the beta, it's not heaving read the README. ;-)
Anyway ...
Starting with swing 1.1 beta 3, the new package naming conventions
are in use, i.e. the swing packages are javax.swing.* and no longer
com.sun.java.swing.*
'Old' software need a swing package using the *old* package names,
i.e. any 1.0.x - version, or any 1.1 beta *before* 1.1b3.
regards
Rainer