DEV Community

Cover image for Java Hot Reload Plan
HyperRedStart
HyperRedStart

Posted on

2 2

Java Hot Reload Plan

Java Hot Reload Plan

透過 DCEVM 可以達到與 JRebel 相同的熱重載效果。 😂
DCEVM Hot Reload

進入 http://dcevm.github.io/ 下載 Dynamic Code Evolution Virtual Machine

DCEVM Download

開啟 DCEVM 工具開啟,並指定要安裝的 JDK 版本

DCEVM

DCEVM

DCEVM

安裝完成後開啟喜好的 IDE 並設定 Java Opt

JAVA_OPTS = -XXaltjvm=dcevm -javaagent:c:/hotswap-agent.jar

JAVA OPT

完成收工 🙌🙌🙌

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay