Fwd: Fwd: [java] JUnit 4 tests lead to "Forked Java VM exited abnormally"

2021-03-10 Thread Achim Zielesny
. Best regards, Achim -- Forwarded message - Von: Laszlo Kishalmi Date: Di., 9. März 2021 um 17:37 Uhr Subject: Re: Fwd: [java] JUnit 4 tests lead to "Forked Java VM exited abnormally" To: Well, I'd debug this one: Testcase: de.gnwi.mfsim.model.graphics.body.test.Test

Re: Fwd: [java] JUnit 4 tests lead to "Forked Java VM exited abnormally"

2021-03-09 Thread Laszlo Kishalmi
t regards, Achim -- Forwarded message - Von: *Laszlo Kishalmi* <mailto:laszlo.kisha...@gmail.com>> Date: Mo., 8. März 2021 um 20:09 Uhr Subject: Re: [java] JUnit 4 tests lead to "Forked Java VM exited abnormally" To: mailto:users@netbeans.apache.org>> You might need to

Fwd: [java] JUnit 4 tests lead to "Forked Java VM exited abnormally"

2021-03-09 Thread Achim Zielesny
-- Forwarded message - Von: Laszlo Kishalmi Date: Mo., 8. März 2021 um 20:09 Uhr Subject: Re: [java] JUnit 4 tests lead to "Forked Java VM exited abnormally" To: You might need to check the VM args in the test, sometimes it passes some bootclasspath related arguments which got removed

Re: [java] JUnit 4 tests lead to "Forked Java VM exited abnormally"

2021-03-08 Thread Laszlo Kishalmi
You might need to check the VM args in the test, sometimes it passes some bootclasspath related arguments which got removed from newer JDK-s, That could result such an error. I'd recommed to switch on debug logging and check how the JVM is being invoked. On 3/8/21 10:11 AM, Achim Zielesny wro

[java] JUnit 4 tests lead to "Forked Java VM exited abnormally"

2021-03-08 Thread Achim Zielesny
Dear NetBeans-Community, the migration of several Java 8 projects from NetBeans 8.2 to Apache NetBeans 12.1/AdoptOpenJDK 11 worked very well and successfully. Only the JUnit tests (we still use junit-4.10.jar) do unfortunately no longer seem to work: A "Test file" or "Debug Test File" now generate