Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How idea2021.3.1 activates the use of

2025-02-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly shows you "idea2021.3.1 how to activate and use". The content is simple and easy to understand, and the organization is clear. I hope it can help you solve your doubts. Let Xiaobian lead you to study and learn "idea2021.3.1 how to activate and use" this article.

Intellij IDEA's most prominent feature is naturally debugging, which can debug Java code, JavaScript, JQuery, Ajax and other technologies.

idea2021.3 activated

Latest idea2021.3.1 and below activation tutorial:

https://www.yuque.com/docs/share/536caa57-c440-493b-bcde-efcd87269049?#

Here's how to use idea2021.3.

IDEA versions before 2021.3 can use retry scripts. Recently, IDEA officially released a new version of 2021.3. The original author does not maintain the upgrade reset script, so he provides a new way to use it, as follows

Download JAR Package

Address: github.com/pengzhile/ja-netfilter/releases

Writing configuration files

Specify your own directory to create this file: janf_config.txt, best practice is to just put the Jar package and this file in the same directory, do not have to specify this file twice

#janf_config.txt config file for jb [DNS]EQUAL,jetbrains.com[URL]PREFIX,https://account.jetbrains.com/lservice/rpc/validateKey.action-javaagent config

-javaagent:/your directory/ja-netfilter.jar

Complete Configuration Example

If you can open IDEA, find the following configuration

Add the last line: -javagent:/your directory/ja-netfilter.jar

If you can't open IDEA, try the following

win : Find the current user directory, find the.itelliJ IDEA version number directory to find you idea64.vmoptionsWhat is the specific name I forget, probably under this directory mac: generally in/Users/your user name/Library/Application Support/JetBrains/IntelliJIdea2021.3

IntelliJ IDEA 2021.3 (Ultimate Edition)Build #IU-213.5744.223, built on November 27, 2021Licensed to userSubscription is active until December 30, 2021.Evaluation purpose only.Runtime version: 11.0.13+7-b1751.19 aarch74VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.macOS 12.0.1GC: G1 Young Generation, G1 Old GenerationMemory: 2048MCores: 10Non-Bundled Plugins: com.intellij.guice (213.5744.125) cn.wuzhizhan.plugin.mybatis (2020.12.18) cn.yiiguxing.plugin.translate (3.2.0.1)Kotlin: 213-1.5.10-release-949-IJ5744.223

Just now I have been messing around and looking at the project clone provided by the author to local debugging.

Found that just putting the configuration file and JAR file together causes the configuration file not to be read, as follows

Then I tested adding parameters to the command line-javaagent:/Users/user/IdeaProjects/ja-netfilter/target/ja-netfilter.jar= /Users/user/idea-agent/janf_config. txt

The results were as follows:

So let's specify configuration files on the command line. -javaagent:/Users/qinhan/idea-agent/ja-netfilter.jar=/Users/qinhan/idea-agent/janf_config.txt

The above is "idea2021.3.1 How to activate the use of" all the content of this article, thank you for reading! I believe that everyone has a certain understanding, hope to share the content to help everyone, if you still want to learn more knowledge, welcome to pay attention to the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report