Vance
Vance
I'm unable to get the 'ApplicationTest' class to run successfully. I'm getting the following error message when I try to run it within Eclipse: java.lang.NoClassDefFoundError: org/junit/platform/engine/TestEngine at org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry.loadTestEngines(ServiceLoaderTestEngineRegistry.java:35) at org.junit.platform.launcher.core.LauncherFactory.create(LauncherFactory.java:87)...
I'm using Java 11, and trying to connect to a DynamoDB database. Here's part of the stack trace I'm seeing: ``` com.amazonaws.SdkClientException: Unable to execute HTTP request: Could not generate...