<@U81R2QEMU> You might also want to check out FXLa...
# tornadofx
e
@g4sarma You might also want to check out FXLauncher 🙂
g
i actually am trying it out. And have successfully ran the deployApp task
Can you please share the gradle command to upload the app the Url target ?
This is what i have in my app.xml <Application ts="1510853769027" uri="http://localhost/demo/" launch="com.example.app.MainKt">
e
That's what happens when you run
deployApp
g
Okay I see there is a .jar for my app
But its not running
e
You need to run the uploaded fxlauncher.jar, unless you build native installers.
Go to an empty folder, download the fxluancher.jar from where it was uploaded and try java -jar fxlauncher.jar
g
Okay let me try that
Its throwing a class not found Exception
And i can assure you the class exisits
e
Then it probably wasn't able to download it, you should see another error higher up. Send me the file, I can check it 🙂
g
Which file do you want ?
e
fxlauncher.jar
The only file you need to run your app, if you did it correctly 🙂
As I said, there was an error higher up:
"WARNING: Error during File Synchronization phase java.net.ConnectException: Connection refused: connect"
So the URL you have supplied is not reachable.
This is obviously not reachable for me 🙂 hehe.. Please push the app somewhere public.