unable to find main-class #349
Replies: 1 comment
-
But why do you ask such question here? The error can be checked on stack
overflow.
If you really want an answer from me: are you sure such file with Main
class is in jar? Show directory tree in jar file.
чт, 20 апр. 2023 г., 12:31 sai teja ***@***.***>:
… I need ffmpeg.jar as an runnable jar file for my NiFi application.
I have generated jaffree-ffmpeg.jar using Maven Clean package.
while i was using cmd line "java -jar jaffree-ffmpeg.jar"
i have got an error like
"Error: Could not find or load main class com.example.Main
Caused by: java.lang.ClassNotFoundException: com.example.Main"
can you help me or if there is any alternative way to get the runnable
ffmpeg jar file for NiFi could you please let me know?
—
Reply to this email directly, view it on GitHub
<#349>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIJ47AYFIJVATRQ5UBEPSDXCD677ANCNFSM6AAAAAAXFHIARI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Saitejakst
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need ffmpeg.jar as an runnable jar file for my NiFi application.
I have generated jaffree-ffmpeg.jar using Maven Clean package.
while i was using cmd line "java -jar jaffree-ffmpeg.jar"
i have got an error like
"Error: Could not find or load main class com.example.Main
Caused by: java.lang.ClassNotFoundException: com.example.Main"
can you help me or if there is any alternative way to get the runnable ffmpeg jar file for NiFi could you please let me know?
Beta Was this translation helpful? Give feedback.
All reactions