commit | 7844ba4f55af24adc7a7dd074891b243650e7fca | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Mon Jun 20 16:15:06 2011 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Mon Jun 20 16:15:33 2011 -0700 |
tree | 44208455c6d41b94c721206614447da61d49b772 | |
parent | dbaf960696bae679fec66440fbcd5a1bf3b9a799 [diff] |
Fix Compiler to load from its own ClassLoader The compiler class needs to ensure the PrologClassLoader that will be run to perform the Prolog->Java translation can actually see the Prolog predicates containing the compiler. By default the ClassLoader will be the system ClassLoader, which might not contain the Compiler.