Jump to content

Foset

Members
  • Posts

    4
  • Joined

  • Last visited

Foset's Achievements

  1. Wow I didn't realize I wasn't running the most recent version. I downloaded it again and it is working, thank you for the help.
  2. I don't understand what you mean by that. The executable jar file that I use to open the program via double click (HD6.jar) is in the same folder as the trace.log. So I tried going through command line and changing the directory straight to my folder before executing "java -jar HD6.jar". Input: C:\Users\YungL\Desktop\Hero Designer 6>java -jar HD6.jar (The exact path to the folder on my desktop) Output: C:\Users\YungL\Desktop\Hero Designer 6> (Nothing happened)
  3. 1. I'm not quite familiar with the trace.log file but I believe I attached what you are looking for. Just doing a quick skim through that file, I do notice java version 9, not 10, sprinkled throughout it. 2. Output: Error: Could not find or load main class com.hero.HeroDesigner Caused by: java.lang.ClassNotFoundException: com.hero.HeroDesigner trace.log
  4. Hello, So I recently installed Java 10 and cannot revert back to older versions of Java as a workaround, I am stuck with Java 10.0.2. I am running Windows 10. When I double click the shortcut/the jar executable nothing happens. HD6 worked on my previous version, which I believe was Java 9. I have downloaded and ran "jarfix.exe" and nothing changed. The file is currently being opened with "Java(TM) Platform SE Binary", this is what was used with the previous version of java as far as I am aware. In another thread I saw a solution using the following command lines: Input: ftype | find "jarfile" Output: jarfile="C:\Program Files\Java\jre-10.0.2\bin\javaw.exe" -jar "%1" %* Input: ftype jarfile="C:\Program Files\Java\jre7\bin\javaw.exe" -jar "%1" %* Output: Access is denied. Error occurred while processing: jarfile. I tried the above command line but changed it from "jre7" to "jre-10.0.2" with the same output. I have also tried using the command line to run the program itself using java -jar HD6.jar. The command prompt ran without issues and spit out a blank line C:\Users\YungL> so it ran without error but nothing else happened. I have also tried uninstalling all previous versions of java and redownloading just Java 10.0.2, no success. I'm pretty thoroughly at a loss on what to do from here. To clarify, I tried the command line prompts before I downloaded and ran "jarfix.exe".
×
×
  • Create New...