fabianonline / telegram_backup

Java app to download all your telegram data.
GNU General Public License v3.0
448 stars 91 forks source link

Java Console not opening #79

Closed David88xx closed 6 years ago

David88xx commented 6 years ago

Hi,

If I run the jar file using command prompt, the console will not open.

Tried a test page online, and there it works.

Am I missing something here?

Thank you.

fvildoso commented 6 years ago

Hi David,

You need to open your console, and then run "java -jar telegram_backup.jar". That's all.

Regards.