ja-netfilter使用笔记

更新时间:2023-04-09 16:53:41 阅读:862 所属栏目: 日志

1、首先到 jetbrins 下载并安装需要的工具

2、点击此处选择一个可用的网址,下载并解压ja-netfilter到硬盘(如果未能下载,请鼠标右键复制链接到新窗口打开)

3、添加以下代码到软件的vmoptions

-javaagent:硬盘的绝对路径/ja-netfilter.jar=jetbrains

4、到第二步打开的网址去复制一个临时的激活码直接激活

5、打开软件,选择Code激活,把复制的激活码复制进去直接激活

其他:激活工具readme.md

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)

Mac OS vmoptions路径在/Users/{用户名}/Library/Application Support/JetBrains/{软件名}/下,没有的话创建一个。 例如:webstrom.vmoptions/clion.vmoptions