[Tutor] OT Java Question

Kyle Babich kb@kb2.net
Thu, 15 Aug 2002 01:09:04 UT


On Wed, 14 Aug 2002 15:37:36 -0700 (PDT), "Danny Yoo"
<dyoo@hkn.eecs.berkeley.edu> said:
>=20
>=20
> On Wed, 14 Aug 2002, Kyle Babich wrote:
>=20
> > While I'm learning Python I'm also learning Java, so I just bought
> > Learning Java 2nd Ed.  I was trying the first few simple apps but the=
y
> > didn't work.  I have jdk 1.1.8 installed on my computer sdk 1.4, so I
> > did think there would be much of a difference.
>=20
>=20
> Hi Kyle,
>=20
> You may want to ask on another mailing list about Java-specific
> questions,
> just because many of us here may not have Java experience yet.  Sun
> does
> host its own forums for learning and using the Java language, so you
> may
> find these links helpful:
>=20
>     http://forum.java.sun.com/forum.jsp?forum=3D14
>     http://forum.java.sun.com/
>=20
>=20
> Back to your question: the version does make a difference.  The
> javax.swing module was added fairly recently, so my suspicion is that
> you
> may be running with the 1.1.8 javac libraries instead of the 1.4 ones.
> For the javax.swing stuff, you'll need to use the latest version of the
> Java Development Kit (JDK).  You can visit:
>=20
>     http://java.sun.com/
>=20
> to get the latest version of the JDK.
>=20
>=20
> Best of wishes to you!
>=20
>=20

Yes, I'm just having some trouble finding a discussion list as devoted
to java as this list is to python.
Anyway I decided the best way to do it is to install the java sdk
version that came on the cd with the book.

--
Kyle