RCP launcher - JDK11 support ? [message #1805450] |
Mon, 15 April 2019 12:58 |
Eclipse User |
|
|
|
I've built my own RCP application.
Packaging is done relying on maven / tycho. I'm relying on tycho-packaging-plugin to get my launcher(s).
Running such launcher is working fine if JDK/JRE 1.8. Either from a command line or from some parent java program using Runtime.getRuntime.exec(<launcher & args stuff>);
Running such launcher is working fine if JDK11 from a command line. BUT if trying to run it from some parent java program using Runtime.getRuntime.exec(<launcher & args stuff>); I'm getting attached popup dialog from launcher saying not possible to find any JRE/JDK JVM ... ???
Path promoted thru such dialog is fine and required java material is available within such repository ...
Any idea/ help about would be more than welcome !
Thanks.
|
|
|
Powered by
FUDForum. Page generated in 0.02702 seconds