I have attached a patch to the jira issue http://dev.clojure.org/jira/browse/CLJ-673
it checks for a null classloader before calling methods, if the classloader is null it uses ClassLoader.getSystemResource or ClassLoader.getSystemResourceAsStream On Sat, Nov 6, 2010 at 2:04 PM, Phil Hagelberg <[email protected]> wrote: > On Sat, Nov 6, 2010 at 2:00 PM, Phil Hagelberg <[email protected]> wrote: >> Has anyone successfully used Clojure 1.3 from the bootclasspath? > > Before anyone asks why I'm suggesting going to such lengths to work > with the bootclasspath, I should note that on my machine it cuts > Clojure's boot time in half. (1.243s -> 0.591s) > > -Phil > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- And what is good, Phaedrus, And what is not good— Need we ask anyone to tell us these things? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
