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

javah fails with a classcast exception

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • 9
    • 7
    • tools
    • x86
    • windows_7

      FULL PRODUCT VERSION :
      java version "1.7.0"
      Java (TM) SE Runtime Environment (build 1.7.0-b147)
      Java Hotspot (TM) 64-bit Server VM (build 21.0-b17, mixed mode)

      ADDITIONAL OS VERSION INFORMATION :
      Microsoft Windows 7 64-bit

      A DESCRIPTION OF THE PROBLEM :
      When I try to run javah, it fails giving a class cast exception "com.sun.tools.javac.api.ClientCodeWrapper$WrappedJavaFileManager cannot be cast to com.sun.tools.javac.file.JavacFileManager"

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      run javah on any .java file containing a native method


      REPRODUCIBILITY :
      This bug can be reproduced always.

      ---------- BEGIN SOURCE ----------
      package src;
      class NativeAdd{
          static {
              System.loadLibrary("nativeAdd");
          }
          public native double add(double d1, double d2);
      }
      ---------- END SOURCE ----------

            henryjen Henry Jen
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: