Skip to content
This repository was archived by the owner on Mar 5, 2020. It is now read-only.
This repository was archived by the owner on Mar 5, 2020. It is now read-only.

Issue on running the HelloWorld alexa-skill-kit Sample from the Command Line #4

@PrithiviRajG

Description

@PrithiviRajG

I am trying to run Hello world alexa skill kit java sample from command line using this documentation. I am able to build the jar successfully but I am getting the below exception on trying to run the sample with mvn exec:java -Dexec.executable=”java” -DdisableRequestSignatureCheck=true command

java.lang.ClassNotFoundException: Launcher
        at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:285)
        at java.lang.Thread.run(Thread.java:748)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions