VideoHelp Forum
+ Reply to Thread
Results 1 to 7 of 7
Thread
  1. Member
    Join Date
    Oct 2017
    Location
    Brasil/Campo Grande-MS
    Search PM
    Hi guys


    how to solve this error?

    Click image for larger version

Name:	img.jpg
Views:	273
Size:	81.7 KB
ID:	43527


    Thx
    Last edited by edgar_; 28th Oct 2017 at 18:30.
    Quote Quote  
  2. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Do you have the Java runtime installed? It is required by this app.
    Quote Quote  
  3. Member
    Join Date
    Oct 2017
    Location
    Brasil/Campo Grande-MS
    Search PM
    Yeah, the installed version is higher
    Quote Quote  
  4. Marsia Mariner
    Guest
    Perhaps the application requires 32-bit Java and you installed the 64-bit edition?
    Quote Quote  
  5. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    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
    Quote Quote  
  6. Member
    Join Date
    Aug 2013
    Location
    Central Germany
    Search PM
    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
    If you know which, you can also list only the most vital modules.
    Quote Quote  
  7. Marsia Mariner
    Guest
    Thanks for the up-to-date info, LigH. I conclude Java 1.8 is the new Java 1.6.

    Originally Posted by LigH.de View Post
    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
    If you know which, you can also list only the most vital modules.
    Last edited by Marsia Mariner; 23rd Oct 2017 at 12:44. Reason: clarity
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!