From cc499bf9ded688a756c950ca8b0eb1ab516b6244 Mon Sep 17 00:00:00 2001 From: hejianbin <1323511901@qq.com> Date: Mon, 30 Jun 2025 13:52:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 readme.txt diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..ecc6041 --- /dev/null +++ b/readme.txt @@ -0,0 +1,19 @@ +Operation guide: + 1. add -javaagent:/path/to/ja-netfilter.jar=jetbrains to your vmoptions (manual or auto) + 2. log out of the jb account in the 'Licenses' window + 3. use key on page https://jetbra.in/5d84466e31722979266057664941a71893322460 + 4. plugin 'mymap' has been deprecated since version 2022.1 + 5. don't care about the activation time, it is a fallback license and will not expire + +Enjoy it~ + +JBR17: + add these 2 lines to your vmoptions file: (for manual, without any whitespace chars) + --add-opens=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED + --add-opens=java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED + +NEW: + Auto configure vmoptions: + macOS or Linux: execute "scripts/install.sh" + Windows: double click to execute "scripts\install-current-user.vbs" (For current user) + "scripts\install-all-users.vbs" (For all users)