Jump to content

What is the ideal Java version for usage?


floorman241

Recommended Posts

I would recommend going to www.java.com and downloading the default JRE (Java Runtime Environment).  It’s the large red button in the center of the main page.  At present, that will give you Java 8, which is more than sufficient to run HD.

Link to comment
Share on other sites

It should run fine on any of the later versions.  My last update was about a year ago, to 13, and HD runs fine.  I have the source code which I'm tweaking (gradually) and IIRC, there's nothing I've been forced to change because it was removed.  (Quite a bit has been deprecated, but that just says "this is allowed in legacy code but we don't recommend you use it in new code;  it is subject to removal in a later version.")  If the only thing you need Java for is HD, then yeah, 8 will work just fine.

Link to comment
Share on other sites

  • 2 weeks later...

A few things:

 

1. That's not really a "newer version" or "more current" (in terms of others not being fully supported with patches and updates) -- Java's numbering/versioning system has a history of being confusing.  You installed a different "branch" (for lack of a better way of putting it), with changes in the way Java interacts with the host system.  

2. It's unlikely that there's anything in HD causing the freeze - all features from older versions of Java are supported in all current versions (8, 9, 10, 11, 13, etc.). HD was coded using functionality/syntax introduced in Java 6 and will run fine on all current versions. Most likely scenario is the ever-popular permissions issues between Java and Windows (i.e. trying to save or write files to a directory that Java does not have permissions to)....though there's also a possibility of the version of Java that you've installed not getting along with your host system (particularly in I/O).

3. Java 8 is fully supported and is the recommended version. The current patch/update for Java 8 (aka Java 1.8...a holdover from an old battle between sales and devs) was released on April 20...so still active and supported.

Link to comment
Share on other sites

1. I doubt it'll show any errors (i.e. likely won't help), but post your trace.log file

 

2. If you're not seeing a file save dialog, it's likely being placed off screen (with HD prefs set to remember dialog size and position).  Delete your appPrefs.xml file before starting HD and it'll reset all of those.

If 2 works, then there's no need to post the trace.log file...

Thinking there's a possibility that Windows may finally be passing font scaling information to Java, which would throw off positions and sizes of the various dialogs and frames.

Link to comment
Share on other sites

That’s going to be entirely on you then, since it’s not an issue with HD and (from the sound of things) not even related to the Java version on your system.

 

I’d recommend going back to the basics and looking at your (and, more specifically) Java’s permissions on your system…particularly where you’re running HD from and where you’re looking to save files to.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...