@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix ns2:	<http://dbpedia.org/class/yago/> .
dbpedia:Java_Virtual_Machine_Tools_Interface	rdf:type	ns2:JavaTools .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix ns4:	<http://umbel.org/umbel/ne/wikipedia/> .
dbpedia:Java_Virtual_Machine_Tools_Interface	owl:sameAs	ns4:Java_Virtual_Machine_Tools_Interface ,
		<http://rdf.freebase.com/ns/guid.9202a8c04000641f80000000003514d4> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns6:	<http://en.wikipedia.org/wiki/> .
dbpedia:Java_Virtual_Machine_Tools_Interface	foaf:page	ns6:Java_Virtual_Machine_Tools_Interface .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Java_Virtual_Machine_Tools_Interface	dbpprop:reference	<http://java.sun.com/developer/technicalArticles/Programming/jvmpitransition/> ,
		<http://java.sun.com/developer/technicalArticles/Programming/jvmti/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Java_Virtual_Machine_Tools_Interface	rdfs:label	"Java Virtual Machine Tools Interface"@en ;
	dbpprop:abstract	"Java Virtual Machine Tool Interface (JVMTI, or more properly, JVM TI) was introduced in J2SE 5.0 (Tiger). This interface allows a program to inspect the state and to control the execution of applications running in the Java Virtual Machine (JVM). JVMTI is designed to provide an Application Programming Interface (API) for the development of tools that need access to the state of the JVM. Examples for such tools are debuggers or profilers. The JVMTI is a native interface of the JVM. A library, written in C or C++, is loaded during the initialization of the JVM. The library has access to the JVM state by calling JVMTI and JNI functions and can register to receive JVMTI events using event handler functions that are called by the JVM when such an event occurs. JVMTI was defined through the Java Community Process by JSR-163. The JVMTI replaces the JVMPI (Java Virtual Machine Profiling Interface) and the JVMDI (Java Virtual Machine Debug Interface). The JVMPI and the JVMDI are declared as being deprecated in J2SE 5.0 and were removed in Java SE6. JVMTI is the lowest level of the Java Platform Debugger Architecture."@en ;
	rdfs:comment	"Java Virtual Machine Tool Interface (JVMTI, or more properly, JVM TI) was introduced in J2SE 5.0 (Tiger). This interface allows a program to inspect the state and to control the execution of applications running in the Java Virtual Machine (JVM). JVMTI is designed to provide an Application Programming Interface (API) for the development of tools that need access to the state of the JVM. Examples for such tools are debuggers or profilers. The JVMTI is a native interface of the JVM."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns10:	<http://dbpedia.org/resource/Category:> .
dbpedia:Java_Virtual_Machine_Tools_Interface	skos:subject	ns10:Java_development_tools ,
		ns10:Java_virtual_machine .
@prefix ns11:	<http://dbpedia.org/resource/Template:javadoc:> .
dbpedia:Java_Virtual_Machine_Tools_Interface	dbpprop:wikiPageUsesTemplate	ns11:se-guide ;
	dbpprop:javadocSeGuideProperty	"JVM Tool Interface"@en ,
		"jvmti"@en .
@prefix ns12:	<http://www4.wiwiss.fu-berlin.de/flickrwrappr/photos/> .
dbpedia:Java_Virtual_Machine_Tools_Interface	dbpprop:hasPhotoCollection	ns12:Java_Virtual_Machine_Tools_Interface .
dbpedia:JVMTI	dbpprop:redirect	dbpedia:Java_Virtual_Machine_Tools_Interface .
dbpedia:Java_Virtual_Machine_Tools_interface	dbpprop:redirect	dbpedia:Java_Virtual_Machine_Tools_Interface .
@prefix yago:	<http://mpii.de/yago/resource/> .
yago:Java_Virtual_Machine_Tools_Interface	owl:sameAs	dbpedia:Java_Virtual_Machine_Tools_Interface .