可以查看服务器上Request、Session、Cookie、Application的列表信息。 查看是否安装常见的JAVA类库。 查看服务器的内存使用情况。 查看服务器的JVM相关的所有信息(版本、时区、编码、操作系统名称等)。
标签: Application Request Session Cookie
上传时间: 2014-12-22
上传用户:caixiaoxu26
This temp directory is used by the JVM for temporary file storage. The JVM is configured to use this as its java.io.tmpdir in the catalina.sh and catalina.bat scripts.
标签: configured JVM directory temporary
上传时间: 2016-04-15
上传用户:363186
JVM内嵌的xml分析处理类,还包括string到xml间的相互转换
上传时间: 2014-12-05
上传用户:wangdean1101
terracotta 开源JVM集群实现,maven插件实例
标签: terracotta JVM 开源
上传时间: 2016-04-22
上传用户:gundan
inside JVM 所有源代码,包括原理的java applet演示图,以及所有用的到的源代码
上传时间: 2013-12-20
上传用户:tonyshao
研究了Java平台的核心——虚拟机(JVM),主要分析了开放源码的Java虚拟机Kaffe的结构、运行机制,并针对特定的嵌入式应用, 研究了将Kaffe移植到给定的处理器和操作系统之上的关键技术,给出了相应的移植方案。对Java虚拟机在嵌入式系统中的应用具有较大的指 导意义。
上传时间: 2016-06-14
上传用户:cjl42111
可以查看服务器上Request、Session、Cookie、Application的列表信息。 查看是否安装常见的JAVA类库。 查看服务器的内存使用情况。 查看服务器的JVM相关的所有信息(版本、时区、编可以查看服务器上Request、Session、Cookie、Application的列表信息。 查看是否安装常见的JAVA类库。 查看服务器的内存使用情况。 查看服务器的JVM相关的所有信息(版本、时区、编码、操作系统名称等)。码、操作系统名称等)。
标签: Application Request Session Cookie
上传时间: 2014-12-20
上传用户:libinxny
JamVM是一个新的Java 虚拟机, 符合JVM规范第二版本。它虽然小但支持完整的规范, 包括支持对象的收尾器调用, 对象的次、弱、虚引用, 类卸载, java 本地接口(JNI)与反射API。JamVM有两个最主要的特色, 一个是极小的二进制码, 与其它虚拟机( 不管是免费的还是商业的) 相比显得非常小( PowerPC 上35K 而Intel上100K) 。另一个是高效率的Java 解释器, 目前JamVM为了保证它的小尺寸只包括一个解释器, 但照样具有很高的运行效率。 JamVM 的解释器效率一般是Kaffe 的五倍, 采用了一个重要的程序设计技术就是堆栈缓冲。因为JamVM的大部分程序都用C 来实现, 它很易于和GNU Classpath 一同移植到嵌入式的linux 平台 上。
上传时间: 2016-08-02
上传用户:坏坏的华仔
JVM移植 JVM移植
上传时间: 2014-01-13
上传用户:watch100
JVM 规范说明。The Java Virtual Machine was designed to support the Java programming language. Some concepts and vocabulary from the Java language are thus necessary to understand the virtual machine. This chapter gives enough of an overview of Java to support the discussion of the Java Virtual Machine to follow. Its material has been condensed from The Java Language Specification, by James Gosling, Bill Joy, and Guy Steele. For a complete discussion of the Java language, or for details and examples of the material in this chapter, refer to that book. Readers familiar with that book may wish to skip this chapter. Readers familiar with Java, but not with The Java Language Specification, should at least skim this chapter for the terminology it introduces.
标签: Java programming designed language
上传时间: 2013-12-19
上传用户:wangyi39