+ Reply to Thread
Results 1 to 7 of 7
-
Do you have the Java runtime installed? It is required by this app.
-
Marsia MarinerGuest
Perhaps the application requires 32-bit Java and you installed the 64-bit edition?
-
Java can have multiple versions installed. If that app likes/needs a certain version, re-install it. Just don't let it remove other versions - it should ask you.
Note: to maintain full functionality for all cohabitating versions, they probably should reside in different directories.
Scott -
Some JAR application packages also provide an EXE launcher, but they often look only for versions following a specific numbering schema (like "jre1*"). Java 9 default installations do not match such patterns.
In addition:
Java 9 suddenly requires an explicit parameter listing modules to be loaded, which breaks compatibility in both ways, because Java up to v1.8.* does not ignore this yet unknown parameter.
Usually sufficient example for Java 9 starting a JAR application package:
Code:C:\ProgramData\Oracle\Java\javapath\javaw.exe --add-modules ALL-SYSTEM -jar application.jar
-
Marsia MarinerGuest
Last edited by Marsia Mariner; 23rd Oct 2017 at 12:44. Reason: clarity
Similar Threads
-
AVCHDCoder and BD Rebuilder problem!?
By nfst in forum Authoring (Blu-ray)Replies: 2Last Post: 23rd Dec 2014, 19:25 -
question about avchdcoder and multiavchd
By rotatorkuf in forum Authoring (Blu-ray)Replies: 7Last Post: 17th Apr 2014, 14:36 -
AVCHDCoder Newline Subtitles Problem
By userix in forum Newbie / General discussionsReplies: 2Last Post: 23rd Oct 2013, 20:48 -
AVCHDCoder Question Please?
By dandino_uk in forum Newbie / General discussionsReplies: 2Last Post: 11th Oct 2013, 03:54 -
weird problem with AVCHDCoder
By maca in forum Blu-ray RippingReplies: 0Last Post: 29th Jan 2013, 12:34