ja-netfilte

简介: ja-netfilte

https://gitee.com/ja-netfilter/ja-netfilter

https://3.jetbra.in/

将下载的 jetbra.zip 解压,找到 config-jetbrains 文件夹里面的文件全部复制到, ja-netfilter config 包当中,然后就是修改 IDEA 的 VM 文件,这里注意,在最新版的 IDEA 使用的 JDK 版本为 JDK17 所以在添加 VM 的时候需要添加如下的内容才可以生效(低版本不用),如下的内容的含义就是允许访问这包当中的内容:

--add-opens=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED
--add-opens=java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED

添加了如上的内容之后还需要在添加一行指定 ja-netfilter.jar 的位置(需要注意当中的 / 自行替换一下在 windwos 需要换成 \):

-javaagent:/absolute/path/to/ja-netfilter.jar
相关文章
|
2月前
Pandoc——使用ZIP方式安装
Pandoc——使用ZIP方式安装
37 0
|
Java 程序员 Maven
maven编译遇到"编码GBK的不可映射字符"警告的处理
maven编译会遇到"编码GBK的不可映射字符"的警告,来看看出了啥问题,怎么处理
184 0
maven编译遇到"编码GBK的不可映射字符"警告的处理
java有关的打包文件.jar、.war、.ear
java有关的打包文件.jar、.war、.ear
120 0
|
人工智能 BI
Islands War——UPC
题目描述 There are N islands lining up from west to east, connected by N−1 bridges. The i-th bridge connects the i-th island from the west and the (i+1)-th island from the west. One day, disputes took place between some islands, and there were M requests from the inhabitants of the islands:
127 0
解决引用 System.Windows.Interactivity程序集生成多国语言文件夹fr、es、ja等问题
原文:解决引用 System.Windows.Interactivity程序集生成多国语言文件夹fr、es、ja等问题 通过以下方式对 System.Windows.Interactivity程序集添加的引用编译生成后会生成多国语言对应的文件 de、en、es、fr、it、ja、ko、ru,这些文件有时候没有用到但是会存在于编译生成的文件夹中,当然可用收到删除这些文件。
1692 0