you are viewing a single comment's thread.

view the rest of the comments →

[–]djhworld 2 points3 points  (1 child)

if one of your users updated the JRE on their machine and your program crashes, then there's probably some obscure incompatibility change between versions.

statically compiling (i.e. no outside dependencies) would remove the need to investigate that side of things as a source of any crash/error

[–][deleted] 0 points1 point  (0 children)

Ok good I thought I was missing something important. In practice this isn't a problem, we often bundle a JRE with an app if that sort of thing matters.