Registry / testing / byteman-install

byteman-install

JSON →
library4.0.26javamavenunverified

Provides classes to install the Byteman agent into a JVM for runtime bytecode manipulation.

<dependency> <groupId>org.jboss.byteman</groupId> <artifactId>byteman-install</artifactId> <version>4.0.26</version> </dependency>
INSTALL
IMPORT
SIG · BYTEMAN-INSTALL
B
byteman-install
testingjavav4.0.26
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Install
✓ org.jboss.byteman.agent.install.Install

Installs the Byteman agent into the current JVM.

import org.jboss.byteman.agent.install.Install; public class Example { public static void main(String[] args) throws Exception { Install.install(); System.out.println("Byteman agent installed"); } }
Debug
Known issues
gotchaByteman installation may require specific JVM permissions or configurations.
fix
Ensure the JVM is started with appropriate permissions or use the Byteman agent jar as a -javaagent.
affects: >=4.0.0
Upgrade
Version history
4.0.26latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
byteman-install — mvn dependency:get byteman-install · libregistry