Menu

#54 Unable to start Kmttg directly - Java issue?

1.0
open
nobody
None
2020-08-07
2017-09-23
TivoGuy
No

Used and loved Kmttg for years. I've just migrated to a new PC, installed Kmttg and am unable to start it simply by clicking directly on the .jar file. Nothing happens. However, if I use the "java -jar kmttg.jar" command from a command prompt, it starts up normally,but then the command prompt window is also still up.

Have Java 8 update 144 installed. Have also gone into the Windows 10 file associations and specifically associated .jar with javaw.

Any assistance appreciated.

Related

Tickets: #54

Discussion

  • Kevin Moye

    Kevin Moye - 2017-09-23

    Re-install Java will likely fix it.
    You can also make a desktop shortcut that executes:
    javaw -jar c:\full\path\to\kmttg.jar

    (javaw instead of java to avoid extra cmd window from popping up)

     
    👍
    1
    • TivoGuy

      TivoGuy - 2017-09-23

      I've re-installed Java twice, still same issue. I will try the desktop
      shortcut. Thanks.

      On Sat, Sep 23, 2017 at 10:21 AM, Kevin Moye moyekj@users.sf.net wrote:

      Re-install Java will likely fix it.
      You can also make a desktop shortcut that executes:
      javaw -jar c:\full\path\to\kmttg.jar

      (javaw instead of java to avoid extra cmd window from popping up)

      Status: open
      Milestone: 1.0
      Created: Sat Sep 23, 2017 01:03 PM UTC by TivoGuy
      Last Updated: Sat Sep 23, 2017 01:03 PM UTC
      Owner: nobody

      Used and loved Kmttg for years. I've just migrated to a new PC, installed
      Kmttg and am unable to start it simply by clicking directly on the .jar
      file. Nothing happens. However, if I use the "java -jar kmttg.jar" command
      from a command prompt, it starts up normally,but then the command prompt
      window is also still up.

      Have Java 8 update 144 installed. Have also gone into the Windows 10 file
      associations and specifically associated .jar with javaw.

      Any assistance appreciated.

      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/kmttg/tickets/54/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Tickets: #54

    • Eric

      Eric - 2020-08-07

      Thank you for this inofrmation, very helpful!

       

Log in to post a comment.