Jump to content

n5dkj

Members
  • Posts

    3
  • Joined

  • Last visited

n5dkj's Achievements

  1. I actually run HD6 on both of my machines, a Windows 11 laptop and a MacBook Pro. I never worried about font size on the Mac, since I can read everything fine with the defaults, but it occurred to me this morning that I didn't know if creating a shortcut on the Mac was even possible. It is, so I thought I would share the process in case it is helpful to anyone else. Press ⌘-{SPACE} to bring up the Spotlight search, find Shortcuts.app, and launch it. Click Shortcuts->Settings in the Menu bar, select the Advanced tab, check "Allow Running Scripts," then close Settings. Click the + icon at the top center of the Shortcuts app window to create a new shortcut. At the top of the new window, type a name for the shortcut, such as "HERO Designer." In the search box at the top left of the window, type "Run Shell Script," then select it from the list of matches. Replace the echo "Hello World" with cd ~/HERODesigner java -jar HD6.jar 18 replacing the "~/HERODesigner" with the path to the folder where Hero Designer is stored and the "18" with the desired font size. The default choices should be fine for the remainder of the options. Close the new shortcut window. If you wish, you can right click the new shortcut in the main Shortcuts window and change its icon and/or add the shortcut to the dock. To run the shortcut, click on it in the dock or right click it in the Shortcuts.app and choose Run. Just like above, it the shortcut doesn't work, the most likely causes are a broken JRE installation or an incorrect folder path.
  2. My suggestion would be to create a new shortcut on the Desktop by right-clicking and then choosing New->Shortcut. It will ask which item you'd like to create a shortcut for. Hit browse, navigate to the folder where Hero Designer is located, select the hd6.jar file, then click next. On the next screen, name it Hero Designer or some equivalent, then click Finish. Next, right-click the shortcut and select properties. You will see a box like the one in the attached image. Change the Target line to read: javaw.exe -jar HD6.jar 18 Do not change the Start In line. Change the 18 to the font size you desire and select OK. Windows 11 should find your Java installation, add the correct path, and produce a usable shortcut. The most likely reasons for the shortcut not working properly are not having Java installed correctly and having the Start In line pointing to a location that does not contain the jar file.
  3. I've been working in software development since the early 80s. I spent about 10 hours last week trying to get HD6 to run on my phone (Pixel 7 Pro) before throwing up my hands and giving up. I might try again someday, but Android really isn't friendly to this kind of thing without root access. Since I'm not willing to root my phone, I certainly can recommend it to anyone else.
×
×
  • Create New...