<%@ page contentType="text/html; charset=GBK" %> <%@ page import="com.justep.loader.LibContext"%> <%@ page import="java.lang.reflect.Method" %> <% Class pclass = LibContext.getInstance().getLoader().loadClass("com.justep.web.SysServerProvider"); Object pobj = pclass.newInstance(); Method getBXClassIDMethod = pclass.getMethod("getBXClassID",new Class[]{}); Method getBXCodeMethod = pclass.getMethod("getBXCodebase",new Class[]{}); Method getSysServerURLMethod = pclass.getMethod("getSysServerURL",new Class[]{}); String classId = (String)getBXClassIDMethod.invoke(pobj,new Object[]{}); String codeBase = (String)getBXCodeMethod.invoke(pobj,new Object[]{}); String url = (String)getSysServerURLMethod.invoke(pobj,new Object[]{}); %> X3 协同管理系统