[Bug 179] New: javascript script support through rhino should not be on bootclasspath

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Aug 5 08:33:20 PDT 2008


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=179

           Summary: javascript script support through rhino should not be on
                    bootclasspath
           Product: IcedTea
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: IcedTea
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: mark at klomp.org


The current setup of the javax.scripting engine that handles javascript through
rhino depends on having all the rhino classes on the bootclasspath. See:
http://mail.openjdk.java.net/pipermail/build-dev/2008-June/001176.html

The problem is that the current javax.scripting javascript engine relies on all
of the rhino classes being on the bootclasspath. This interferes badly when
someone tries to compile their own rhino with possible different signatures
(because the version on the bootclasspath is picked up first). See:
http://www.openoffice.org/issues/show_bug.cgi?id=91641

To work around this the javascript engine needs to refactored to use a separate
classloader to load the rhino classes.


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list