<%@page import="com.bjpowernodetest.Test"%>
<%@page import="com.bjpowernodetest.ClassLoaderTest"%>
<%@ page language="java" pageEncoding="GBK" contentType="text/html; charset=GBK"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title></title>
</head>
<body>
<%
ClassLoaderTest classLoaderTest = new ClassLoaderTest();
classLoaderTest.testClassLoader();
%>
</body>
</html>