Uploaded image for project: 'Commons Jelly'
  1. Commons Jelly
  2. JELLY-134

Handle JVMs that return null for getClass().getClassLoader()

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0-beta-4
    • 1.0-beta-4
    • core / taglib.core
    • None

    Description

      ClassLoader classLoader = this.getClass().getClassLoader () ;

      the following
      if (classLoader == null) {
      classLoader = ClassLoader.getSystemClassLoader() ;
      }

      Attachments

        Activity

          People

            diongillard dion gillard
            diongillard dion gillard
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: