Hi everyone
I made a game in Java/JavaFX and I saw on the upload page that I could directly upload the .JAR of the application to be played in browser. But when I try, the game page stay blank. Is it something known, or did I make a mistake with the configuration ?
I made the .JAR with the IDE that I use to code, IntelliJ IDEA from JetBrains, and it perfectly work when I launch it on my computer. When they ask me the Main class, I give the same that they asked me when I created the .JAR (sample.Main), but it doesn't work. Maybe it have to be in a precise version of Java ?
I looked for someone who might had the same problem but no one I found solved it. For the moment I can let it downloadable, but I would like to make it playable from browser.
Thanks for your help !