Joris De Smedt

Results 2 comments of Joris De Smedt

``` org.springframework.boot spring-boot-starter-parent 2.0.6.RELEASE ... UTF-8 UTF-8 10 appName appVendor ./appName ${project.version} org.springframework.boot.loader.JarLauncher ${project.build.directory}/app ${project.build.directory}/installer ... ... no.tornado fxlauncher 1.0.20 org.springframework.boot spring-boot-loader org.springframework.boot spring-boot-maven-plugin ${app.dir} org.apache.maven.plugins maven-dependency-plugin 2.10 provided ${app.dir}...

In fxlauncher.Launcher.startApplication() Should getRuntime().exec(command) work if there is no jre in path? Wouldn't it be better to use java.net.URLClassLoader and invoke the main method?