Tagged articles
2 articles
Page 1 of 1
Programmer DD
Programmer DD
Feb 18, 2020 · Backend Development

How to Hot‑Update Java Code in Production Using Arthas

This tutorial demonstrates how to use Alibaba's open‑source Java diagnostic tool Arthas to decompile, modify, and hot‑replace a running class in a production environment, covering the jad, mc, and redefine commands, practical steps, and common pitfalls.

ArthasDebuggingHot Update
0 likes · 8 min read
How to Hot‑Update Java Code in Production Using Arthas
ITPUB
ITPUB
Apr 25, 2016 · Backend Development

How to Install and Use JadClipse Decompiler Plugin in MyEclipse

This guide walks you through downloading the JadClipse plugin and JAD decompiler, placing the files in the correct MyEclipse directories, configuring the plugin path, and finally enabling seamless Java class decompilation directly within the MyEclipse IDE.

IDE pluginJADJadClipse
0 likes · 5 min read
How to Install and Use JadClipse Decompiler Plugin in MyEclipse