I've been trying to launch the portable version of Weasis Medical Viewer (https://sourceforge.net/projects/dcm4che/files/Weasis/3.7.1/) via jPortable Launcher. I have both jdkPortable and OpenJDK JRE Portable installed. When selecting the .jar file via the launcher nothing happens. Any idea if it is possible to launcher the program this way?
It looks like the app won't start unless you pass javaw.exe a complex command line in addition to the jar file. Specifically:
Note that this won't currently work with the jPortable launcher.
Sometimes, the impossible can become possible, if you're awesome!
Thank you for looking into it! I am inexperienced with Java so I don't really know how it all works. I have just checked the installer version of Weasis and it works without Java installed on the system. Apparently it's somehow integrated into the program.
You can bundle in the JVM with apps themselves. A simple launcher would help this app work portably with one of our JREs as well. Unfortunately, even with the new arguments support in the next jPortable Launcher, this app needs more advanced stuff command line wise to work properly.
Sometimes, the impossible can become possible, if you're awesome!
Hi, John, can you have a look at this link:
jPortable Launcher: Pass arguments | PortableApps.com — https://portableapps.com/node/30058
For some reasons, I would like to use the java launcher to start a jar file, but that jar file need some command line options.
Is there any to do this?
Thanks