Pere Serra wrote:
> 
> I've downloaded ibm jdk 1.1.8 and it works with text mode programs, but when I
> try to run a swing application it doesn't work. I put the file rt.jar in the
> classpath then java says Class not found: java.lang.System.
> 
> Does anyone know what am I doing wrong ?

You're trying to use the JDK1.2 core class libraries with a JDK1.1 VM.

You need to get the 1.1 version of Swing from Sun; it's available from
http://java.sun.com.

Nathan


> Thanks a lot
> 
> --
> -------------------------------------------------------------
>     (,       http://www.geocities.com/Hollywood/Set/8660
>     /|__--__
>     |\ '__
>     `.' / `.,_ _________
>     /  ||``._.'
>   .'   /|                Pere Joan Serra Caldentey
> .'    /\ \
> ` `,/ /`,\              [EMAIL PROTECTED]
>    .'.'  /|
> ,' /   / |
> - `- -- `-'- -----------------------------------------------
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to