OGSegu / Twitch-View-Bot

First open-source really working view bot for Twitch
MIT License
65 stars 41 forks source link

Instructions lacking... Now that I ran build.. now what #10

Closed parsonsalan1 closed 3 years ago

OGSegu commented 3 years ago

After you built a project by Gradle, there will be a file in the path below: image

parsonsalan1 commented 3 years ago

Right, thanks for the response. But is this accessed via port 80? configuration?

parsonsalan1 commented 3 years ago

image

OGSegu commented 3 years ago

Did you solve it?

parsonsalan1 commented 3 years ago

no, I moved on. no big deal, thanks.

SantiParris8 commented 3 years ago

Im having the same issue,

java.lang.ClassNotFoundException: com.sun.glass.ui.win.WinPlatformFactory at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:315) at com.sun.glass.ui.PlatformFactory.getPlatformFactory(PlatformFactory.java:42) at com.sun.glass.ui.Application.run(Application.java:144) at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:280) at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:269) at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:158) at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:658) at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:678) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:195) at java.base/java.lang.Thread.run(Thread.java:834) Failed to load Glass factory class Exception in thread "main" java.lang.NullPointerException at com.sun.glass.ui.Application.run(Application.java:144) at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:280) at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:269) at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:158) at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:658) at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:678) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:195) at java.base/java.lang.Thread.run(Thread.java:834)

I have tried manually installing the openjfx library but nothing changed