1 2 Previous Next 16 Replies Latest reply on Apr 2, 2013 9:19 AM by alesj Go to original post
      • 15. Re: Custom ClassLoader
        irbash

        another question...

         

        in Tomcat you can add –Djava.system.class.loader=com.xxx.xxxClassLoader to catalina.bat to state that the system classloader is xxxClassLoader.

        Can this be achieved by adding

         

        set "JAVA_OPTS=%JAVA_OPTS% -Djava.system.class.loader=com.xxx.xxxClassLoader" in run.bat ?

        • 16. Re: Custom ClassLoader
          alesj

          Unless this is Java setting, then no -- MC's CL doesn't handle that.

          1 2 Previous Next