Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4653176

REGRESSION: NoClassDefFoundError for classes with accent (tilde)

XMLWordPrintable

    • x86
    • windows_2000



      Name: gm110360 Date: 03/14/2002


      FULL PRODUCT VERSION :
      JDK 1.4 (build 1.4.0-b92)
      HotSpot Client (build 1.4.0-b92, mixed mode)

      FULL OPERATING SYSTEM VERSION : Windows 2000 version 5.0.
      Build 2195. Service Pack 2


      EXTRA RELEVANT SYSTEM CONFIGURATION :
      Locale: Spanish (Spain)

      A DESCRIPTION OF THE PROBLEM :
      When you have a class with accents (tildes), like
      AplicaciónSimple, it is not possible to execute it. You
      compile the class, with no problems, and when you try to
      execute it, error NoCLassDefFoundError is thrown.

      If you use JDK 1.3.x, everything works fine

      REGRESSION. Last worked in version 1.3.1

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      1.Compile with JDK 1.4
      2.Execute with JDK 1.4
      3.

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      Obiously, that everything works fine.

      ERROR MESSAGES/STACK TRACES THAT OCCUR :
      Exception in thread "main": java.lang.NoClassDefFoundError: AplicaciónSimple

      This bug can be reproduced always.

      ---------- BEGIN SOURCE ----------
      public class AplicaciónSimple {
        public static void main(String[] args) {
          System.out.println("HelloWorld!");
        }
      }
      ---------- END SOURCE ----------

      CUSTOMER WORKAROUND :
      Not using accents ;o)

      Release Regression From : 1.3.1_02
      The above release value was the last known release where this
      bug was known to work. Since then there has been a regression.

      (Review ID: 143909)
      ======================================================================

            asultano Alex Sultanov
            gmanwanisunw Girish Manwani (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: