Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
JDK 17 jdk.jdi.jmod - JDI Tool
JDK 17 jdk.jdi.jmod is the JMOD file for JDK 17 JDI (Java Debug Interface) tool.
JDK 17 JDI tool compiled class files are stored in \fyicenter\jdk-17.0.5\jmods\jdk.jdi.jmod.
JDK 17 JDI tool compiled class files are also linked and stored in the \fyicenter\jdk-17.0.5\lib\modules JImage file.
JDK 17 JDI tool source code files are stored in \fyicenter\jdk-17.0.5\lib\src.zip\jdk.jdi.
You can click and view the content of each source code file in the list below.
✍: FYIcenter
⏎ com/sun/tools/jdi/resources/jdi.java
package com.sun.tools.jdi.resources; import java.util.ListResourceBundle; public final class jdi extends ListResourceBundle { protected final Object[][] getContents() { return new Object[][] { { "false", "false" }, { "generic_attaching.address", "Address to which to attach for VM connections" }, { "generic_attaching.address.label", "Address" }, { "generic_attaching.timeout", "Timeout while waiting to attach " }, { "generic_attaching.timeout.label", "Timeout" }, { "generic_listening.address", "Address to listen for VM connections" }, { "generic_listening.address.label", "Address" }, { "generic_listening.timeout", "Timeout while waiting for connection" }, { "generic_listening.timeout.label", "Timeout" }, { "memory_attaching.description", "Attaches by shared memory to other VMs" }, { "memory_attaching.name", "Name of the shared memory area to which to attach for VM connections" }, { "memory_attaching.name.label", "Name" }, { "memory_listening.description", "Accepts shared memory connections initiated by other VMs" }, { "memory_listening.name", "Name of the shared memory area at which to listen for VM connection" }, { "memory_listening.name.label", "Name" }, { "memory_transportservice.description", "Connects debugger and debugee using a shared memory connection" }, { "process_attaching.description", "Attaches to debuggee by process-id (pid)" }, { "process_attaching.pid", "pid" }, { "process_attaching.pid.label", "Process-id (pid) of debuggee" }, { "raw.address", "Address from which to listen for a connection after the raw command is run" }, { "raw.address.label", "Address" }, { "raw.command", "Raw command to start the debugged application VM" }, { "raw.command.label", "Command" }, { "raw.description", "Launches target using user-specified command line and attaches to it" }, { "raw.quote", "Character used to combine space-delimited text into a single command line argument" }, { "raw.quote.label", "Quote" }, { "socket_attaching.description", "Attaches by socket to other VMs" }, { "socket_attaching.host", "Machine name to which to attach for VM connections" }, { "socket_attaching.host.label", "Host" }, { "socket_attaching.port", "Port number to which to attach for VM connections" }, { "socket_attaching.port.label", "Port" }, { "socket_listening.description", "Accepts socket connections initiated by other VMs" }, { "socket_listening.localaddr", "Local address that the listener binds to" }, { "socket_listening.localaddr.label", "Local address" }, { "socket_listening.port", "Port number at which to listen for VM connections" }, { "socket_listening.port.label", "Port" }, { "socket_transportservice.description", "Connects debugger and debugee using a TCP connection" }, { "sun.description", "Launches target using Sun Java VM command line and attaches to it" }, { "sun.home", "Home directory of the SDK or runtime environment used to launch the application" }, { "sun.home.label", "Home " }, { "sun.init_suspend", "All threads will be suspended before execution of main" }, { "sun.init_suspend.label", "Suspend" }, { "sun.main", "Main class and arguments, or if -jar is an option, the main jar file and arguments" }, { "sun.main.label", "Main" }, { "sun.options", "Launched VM options" }, { "sun.options.label", "Options" }, { "sun.quote", "Character used to combine space-delimited text into a single command line argument" }, { "sun.quote.label", "Quote" }, { "sun.vm_exec", "Name of the Java VM launcher" }, { "sun.vm_exec.label", "Launcher" }, { "true", "true" }, { "version_format", "Java Debug Interface (Reference Implementation) version {0}.{1} \n{2}" }, }; } }
⏎ com/sun/tools/jdi/resources/jdi.java
Or download all of them as a single archive file:
File name: jdk.jdi-17.0.5-src.zip File size: 476972 bytes Release date: 2022-09-13 Download
⇒ JDK 17 jdk.jdwp.agent.jmod - JDWP Agent Module
2023-04-17, 13861👍, 0💬
Popular Posts:
How to download and install ojdbc6.jar for Oracle 11g R2? ojdbc6.jar for Oracle 11g R2 is a Java 6, ...
JRE 8 deploy.jar is the JAR file for JRE 8 Java Control Panel and other deploy tools. JRE (Java Runt...
JDK 11 jdk.compiler.jmod is the JMOD file for JDK 11 Compiler tool, which can be invoked by the "jav...
JDK 11 jrt-fs.jar is the JAR file for JDK 11 JRT-FS (Java RunTime - File System) defined in the "jdk...
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms, it was develo...