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

Compiler.enable() throws UnsatisfiedLinkError on Solaris/x86

XMLWordPrintable

    • rc1
    • generic, x86
    • generic, solaris, solaris_7, solaris_8

        Original description moved to comments section. You don't
        need to load any Swing or awt classes to reproduce this.

        A simpler test case:

        public class ce {
            public static void main(String[] args) {
        java.lang.Compiler.enable();
            }
        }


        Fails on Solaris/x86 as follows:

        % java ce
        Exception in thread "main" java.lang.UnsatisfiedLinkError: enable
                at java.lang.Compiler.enable(Native Method)
                at ce.main(ce.java:3)

        Works fine on Solaris/SPARC.


        tim.bell@Eng 2000-11-16

              tbell Tim Bell
              ehawkessunw Eric Hawkes (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: