regarding java version 1.3 to 1.4
        Posted  
        
            by girinie
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by girinie
        
        
        
        Published on 2010-03-14T10:40:44Z
        Indexed on 
            2010/03/14
            10:45 UTC
        
        
        Read the original article
        Hit count: 369
        
java
Hi I am using java version as **java version "1.3.1_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01) Java HotSpot(TM) Client VM (build 1.3.1_01, mixed m**ode)
But I have written an application. I am getting run time error as Exception in thread "main" java.lang.NoClassDefFoundError: java/lang/CharSequence
AS CharSequence is since 1.4 How can I come out of this problem? Can anybody help me with this?
Thanks
© Stack Overflow or respective owner