You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
when I executed the command native-image --no-server -cp build/libs/complete-0.1-all.jar , I got the error Error: Please specify class containing the main entry point method. (see --help).
The issue was solved by replacing the argument -cp build/libs/complete-0.1-all.jar with -jar build/libs/complete-0.1-all.jar.
I suggest to update the documentation of the related tutorial in section 8.
Cheers!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dear developers,
when I executed the command
native-image --no-server -cp build/libs/complete-0.1-all.jar
, I got the errorError: Please specify class containing the main entry point method. (see --help)
.The issue was solved by replacing the argument
-cp build/libs/complete-0.1-all.jar
with-jar build/libs/complete-0.1-all.jar
.I suggest to update the documentation of the related tutorial in section 8.
Cheers!
The text was updated successfully, but these errors were encountered: