gpt4 book ai didi

java - JUnit4 + Eclipse "An internal error occurred during Launching"

转载 作者:太空狗 更新时间:2023-10-29 22:31:13 28 4
gpt4 key购买 nike

我正在尝试在 Eclipse 3.4.2 上运行 JUnit4 测试用例,但它对我来说还没有开始。我的构建路径和测试应用程序中有 junit-4.7.jar。

这是一个简单的例子来说明我的问题

package test;
import org.junit.Before;
import org.junit.Test;

public class UTest {
@Test
public void test() {
}

@Before
public void setUp() throws Exception {
}
}

这样编译很好

然后我从 Eclipse 执行“运行 JUnit 测试用例”,然后我收到一个包含此消息的错误对话框

"Launching UTest' has encountered a problem
An internal error occurred during: "Launching UTest".
java.lang.NullPointerException

是什么导致了这些 NullPointerExceptions?我做错了什么?

最佳答案

在尝试了一切之后对我有用的是:

  1. 去帮忙
  2. 安装新软件
  3. 合作伙伴:Juno
  4. 编程语言(展开)
  5. 安装 Java 开发工具
  6. 重启

有效:)

关于java - JUnit4 + Eclipse "An internal error occurred during Launching",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1250505/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com