Stekeblad / Stekeblads-Video-Uploader

Easier bulk-uploading to Youtube
MIT License
31 stars 13 forks source link

File not opening? #55

Closed martins9009 closed 2 years ago

martins9009 commented 2 years ago

When launching the program nothing happens? I have java installed

Stekeblad commented 2 years ago

Hi @martins9009

You may get som more details about the error if you try to open the program from the command line, the command looks like this: java -jar Stekeblads_Video_Uploader-1.4.3.jar

martins9009 commented 2 years ago

Hey! Windows 10 pro. The newest one from their website. After opening in cmd prompt it says unable to access jarfile Stekeblads_Video_Uploader-1.4.3.jar

martins9009 commented 2 years ago

Okay I got it to work on cmd heres what it says: Error: Could not find or load main class io.github.stekeblad.videouploader.main.Main Caused by: java.lang.NoClassDefFoundError: javafx/application/Application

Stekeblad commented 2 years ago

That was what I expected, see also this issue: https://github.com/Stekeblad/Stekeblads-Video-Uploader/issues/20

Your options are:

I have made attempts upgrading to use newer versions of Java but I run into problems I have not been able to solve.

martins9009 commented 2 years ago

Uninstalling all java programs at Software and Features on windows 10 and then reinstalling just java 8 seemed to work. Thank you!