Thrown if the java virtual machine cannot find an appropriate native language definition of a method declared native 的方法,如果java虚拟机找不到和它对应的本机语言定义,就会抛出该异常。
Per java virtual machine a fact that is only really a concern when using multiple classloaders within a single jvm instance (在一个jvm实例中使用多个类加载器时,这是真正惟一值得关心的事情) 。
Furthermore , some native xml environments use the java virtual machine environment but avoid java object constructions 此外,一些本机xml环境使用java virtual machine环境,但会避免构造java对象。
In this location , the classes are not made available to other applications , even those on the same java virtual machine 该安装中,这些类不能被其他应用程序访问,包括同一java虚拟机中的应用程序。
J2se is designed for developing simple applications that usually run in a single java virtual machine on one computer J2se是为了那些通常在一台计算机上单个java虚拟机( jvm )中的简单应用程序的开发而设计的。
Another way to specify dependent jar files is to put them in the dependent class path and the java virtual machine classpath 指定从属jar文件的另一种方法是把它们放在从属类路径和java虚拟机( jvm )类路径中。
As mentioned earlier , to launch the client , you must set various arguments for the java virtual machine and the client program itself 正如前面所提到的,要启动客户机,必须为java虚拟机和客户机自身设置各种参数。
Then it introduces the media library ( imf ) , the java virtual machine and the graphic library used in the dtv middleware 随后,针对这一数字电视中间件设计,介绍了数字电视中间件的媒体播放库、 java虚拟机和图形库。
Tuning garbage collection with the 1 . 3 . 1 java virtual machine " is a very useful article from sun with hints on how to minimize your gc pauses ”是sun的一篇非常有用的文章,它给出了关于如何最小化gc暂停时间的提示。