简体   繁体   English

如何让 Lightrun 在 IntelliJ IDEA 2022.3.1 中运行?

[英]How to get Lightrun running in IntelliJ IDEA 2022.3.1?

No matter what I do Lightrun will generate the following error message:无论我做什么,Lightrun 都会生成以下错误消息:

General agent error at jvm_internals.cc:186. jvm_internals.cc:186 处的一般代理错误。

This is my first time using Lightrun.这是我第一次使用 Lightrun。

This is my code:这是我的代码:

import java.util.Scanner;

public class Main {
    public static void main(String[] args) {
        System.out.println(new Scanner(System.in).nextInt() + new Scanner(System.in).nextInt());
    }
}

The code itself runs perfectly.代码本身运行完美。

I am using IntelliJ IDEA 2022.3.1.我正在使用 IntelliJ IDEA 2022.3.1。

LR doesn't work on this version. LR 不适用于此版本。 A bit buggy on the ij versions for the past 2 months…过去 2 个月 ij 版本有点问题……

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM