noophq / subtitle

Convert subtitles from one format to another format. Supported formats: STL EBU, TTML SMI, VTT, SRT
GNU Lesser General Public License v3.0
100 stars 40 forks source link

No Main manifest attribut error #5

Closed flenoir closed 7 years ago

flenoir commented 7 years ago

Hi,

I did the package but when i want to run java -jar subtitle-*.jar -i input-file -o output-file ,

i have an error : "No Main manifest attribut error"

is the jar an executable ?

thanks

clebeaupin commented 7 years ago

Hi,

Yes it is but you need to take the one with dependencies : java -jar target/subtitle-0.9.0-jar-with-dependencies.jar

I have to change it include all the stuff in the main jar