JAVA类加载器概念与线程类加载器

http://www.cnblogs.com/pfxiong/p/4118445.html

http://stackoverflow.com/questions/2416517/classloader-behaviour-on-tomcat-with-multiple-applications

Tomcat研究之ClassLoader

http://blog.csdn.net/chen77716/article/details/34790

http://tomcat.apache.org/tomcat-7.0-doc/class-loader-howto.html

http://www.cnblogs.com/pfxiong/p/4118436.html

http://www.cnblogs.com/mailingfeng/archive/2012/07/02/2573419.html

http://javarevisited.blogspot.com/2011/08/classnotfoundexception-in-java-example.html

https://blogs.oracle.com/sundararajan/entry/tracing_class_loading_1_5

https://www.ibm.com/developerworks/cn/java/j-lo-classloader/

http://www.cnblogs.com/mailingfeng/archive/2012/07/02/2573419.html

http://blog.csdn.net/aesop_wubo/article/details/7582266

1: Java classes and class loading

http://citeseer.ist.psu.edu/viewdoc/download;jsessionid=2C1F0177C151CC0648BCFD1EF0B27CE0?doi=10.1.1.18.762&rep=rep1&type=pdf

http://docs.oracle.com/javase/specs/jls/se8/html/jls-12.html#jls-12.3.3

http://docs.oracle.com/javase/specs/jvms/se8/html/jvms-5.html

Tomcat研究之ClassLoader

http://blog.csdn.net/chen77716/article/details/34790

http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html

http://www.ibm.com/developerworks/java/library/j-dyn0429/

http://www.ibm.com/developerworks/java/tutorials/j-classloader/j-classloader.html

https://www.ibm.com/developerworks/library/ws-javaclass/

http://www.onjava.com/pub/a/onjava/2004/06/30/classloader2.html?page=2

http://www.onjava.com/pub/a/onjava/2005/01/26/classloading.html

http://www.onjava.com/pub/a/onjava/2004/06/30/classloader2.html

http://www.onjava.com/pub/a/onjava/2003/11/12/classloader.html

https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/Wcb729b1dc954_458d_bdc2_06a5c3fd75a5

https://www.ibm.com/developerworks/library/ws-javaclass/

Demystifying class loading problems, Part            1: An introduction to class loading and debugging tools

Demystifying class loading problems, Part            2: Basic class loading exceptions

Demystifying class loading problems, Part            3: Tackling more unusual class loading problems

Demystifying class loading problems, Part            4: Deadlocks and constraints

Java classes and class loading的更多相关文章

  1. Reloading Java Classes 301: Classloaders in Web Development — Tomcat, GlassFish, OSGi, Tapestry 5 and so on Translation

    The Original link : http://zeroturnaround.com/rebellabs/rjc301/ Copyright reserved by Rebel Inc In t ...

  2. The differences between Java EE components and "standard" Java classes

    https://docs.oracle.com/javaee/7/tutorial/overview003.htm ava EE components are written in the Java ...

  3. Reloading Java Classes 201: How do ClassLoader leaks happen? Translation

    The original link : http://zeroturnaround.com/rebellabs/rjc201/ From ClassLoaders to Classes 从ClassL ...

  4. Reloading Java Classes 101: Objects, Classes and ClassLoaders Translation

    The original link: http://zeroturnaround.com/rebellabs/reloading-objects-classes-classloaders/ A Bir ...

  5. jmeter linux压测报错:Error in NonGUIDriver java.lang.IllegalArgumentException: Problem loading XML from:'/home/server/ptest/disk_out.jmx'.

    1.linux环境jmeter与win环境编写脚本的jmeter版本不一致,版本改为一致 2.脚本中存在中文,去除中文 3.脚本中存在类似于jp@gc - Active Threads Over Ti ...

  6. Java: some learning note for Java calssloader and Servlet

    1. Java Classloader 链接: https://en.wikipedia.org/wiki/Java_Classloader 摘要: The Java Classloader is a ...

  7. Java性能提示(全)

    http://www.onjava.com/pub/a/onjava/2001/05/30/optimization.htmlComparing the performance of LinkedLi ...

  8. (翻译)什么是Java的永久代(PermGen)内存泄漏

    http://www.codelast.com/?p=7248 转载请注明出处:http://www.codelast.com/ 本文是我对这篇文章的翻译:What is a PermGen leak ...

  9. [转] Spring - Java Based Configuration

    PS: Spring boot注解,Configuration是生成一个config对象,@Bean指定对应的函数返回的是Bean对象,相当于XML定义,ConfigurationProperties ...

随机推荐

  1. pyqt5 笔记(四)cx_Freeze 实现代码打包exe

    下载地址:https://pypi.python.org/pypi/cx_Freeze 教程:http://www.cnblogs.com/xinzaitian/archive/2010/12/10/ ...

  2. 微软TechEd2013大会将在北京、上海召开!

    微软TechEd2013大会将在北京.上海召开 大家期盼已久的微软TechEd2013大会终于到来了! 我公司依旧是微软公司指定票商 ,继续为您提供最最优质的售前咨询.最最完善的售后服务! 微软Tec ...

  3. hdu 2058

    PS:TLE了N次...虽然结果对了...后来看了公式才知道要枚举项数才行... 代码: #include "stdio.h"#include "math.h" ...

  4. 您不能在64-位可执行文件上设置DEP属性?

    我是为dllhost.exe设置DEP时遇到了同样的情况.你需要选择64位系统对应的程序.64位系统:C:\Windows\SysWOW64\dllhost.exe32位系统:C:\Windows\S ...

  5. Http请求与响应格式

    原文:http://www.cnblogs.com/z941030/p/4699779.html Http协议对浏览器发出的Request格式以及对Web服务器发出的Response格式有具体的规定. ...

  6. Python入门(四,高级)

    一,面向对象 面向对象技术简介 类(Class): 用来描述具有相同的属性和方法的对象的集合.它定义了该集合中每个对象所共有的属性和方法.对象是类的实例. 类变量:类变量在整个实例化的对象中是公用的. ...

  7. HDOJ-三部曲一(搜索、数学)-1003-Curling 2.0

    Curling 2.0 Time Limit : 2000/1000ms (Java/Other)   Memory Limit : 131072/65536K (Java/Other) Total ...

  8. Executing modules as scripts

    When you run a Python module with python fibo.py <arguments> the code in the module will be ex ...

  9. JQuery基础DOM操作

    DOM创建节点及节点属性 通过JavaScript可以很方便的获取DOM节点,从而进行一系列的DOM操作.但实际上一般开发者都习惯性的先定义好HTML结构,但这样就非常不灵活了. 试想下这样的情况:如 ...

  10. Git的环境搭建

    Git时当下流行的分布式版本控制系统. 集中式版本控制系统的版本库是集中存放在中央处理器的,所以开发者要先从中央服务器获取最新的版本,编码后再将自己的代码发送给中央处理器.集中式版本控制系统最大的缺点 ...